|
Enrollment 28.2.0
|
#include "enrollment/Exception/EnrollmentException.h"#include "enrollment/Export.h"#include <ostream>Go to the source code of this file.
Enumerations | |
| enum class | IrisCaptureDeviceTechnology : uint8_t { UNKNOWN = 0 , CMOS_CCD = 1 } |
| It shall indicate the class of capture device technology used to acquire the captured biometric sample [7]. More... | |
Functions | |
| static constexpr int | IrisToIsoCaptureDeviceTechnology (IrisCaptureDeviceTechnology printCaptureDeviceTechnology) |
| Function converts IrisCaptureDeviceTechnology to ISO capture technology. | |
| static constexpr IrisCaptureDeviceTechnology | IsoToIrisCaptureDeviceTechnology (int isoCaptureDeviceTechnology) |
| Function converts ISO capture technology to IrisCaptureDeviceTechnology. | |