|
enum class | CaptureDeviceTechnology { Unknown = 0
, CMOSCCD = 1
} |
| Capture device technology identifiers. More...
|
|
enum class | EyeLabel { Undefined = 0
, Right = 1
, Left = 2
} |
| Eye label. More...
|
|
enum class | ImageType { Uncropped = 1
, VGA = 2
, Cropped = 3
, CroppedMasked = 7
} |
| Iris image type classification codes. More...
|
|
enum class | Orientation { Undefined = 0
, Base = 1
, Flipped = 2
} |
| Iris horizontal orientation classification codes. More...
|
|
enum class | ImageCompression { Undefined = 0
, LosslessNone = 1
, Lossy = 2
} |
| Iris image compression type. More...
|
|
enum class | CameraRange { Unassigned = 0
, Failed = 1
, Overflow = 2
} |
| Range from camera lens center to subject iris. More...
|
|
Biometric information relating to iris images and derived information.
The Iris package gathers all iris related matters, including classes to represent iris information and helper functions for conversion between biometric representations. Contained within this namespace are classes to represent specific record formats, such as ISO 19794-6.