Face Engine SDK  5.17.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SensorType.h
1 #pragma once
2 
3 namespace fsdk {
4 
9  enum class SensorType {
10  Visible = 0,
11  NIR
12  };
13 }
NIR sensor type.
SensorType
Sensor type structure. Determines which type of camera sensor is used to perform face recognition...
Definition: SensorType.h:9
Visible sensor type.