|
Enrollment 28.2.0
|
#include "enrollment/Exception/EnrollmentException.h"Go to the source code of this file.
Enumerations | |
| enum class | IrisImageType : uint8_t { UNCROPPED = 1 , VGA = 2 , CROPPED = 3 , CROPPED_AND_MASKED = 7 } |
| It shall indicate type of iris image [7]. More... | |
Functions | |
| static constexpr int | IrisImageTypeToIso (IrisImageType type) |
| Function converts IrisImageType to ISO iris image type. | |
| static constexpr IrisImageType | IsoToIrisImageType (int type) |
| Function converts ISO iris image type to IrisImageType. | |