|
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 | PrintImpression : uint8_t { LIVE_SCAN_PLAIN = 0 , LIVE_SCAN_ROLLED = 1 , NONLIVE_SCAN_PLAIN = 2 , NONLIVE_SCAN_ROLLED = 3 , LATENT_IMPRESSION = 4 , LATENT_TRACING = 5 , LATENT_PHOTO = 6 , LATENT_LIFT = 7 , LIVE_SCAN_SWIPE = 8 , LIVE_SCAN_VERTICAL_ROLL = 9 , LIVE_SCAN_PALM = 10 , NONLIVE_SCAN_PALM = 11 , LATENT_PALM_IMPRESSION = 12 , LATENT_PALM_TRACING = 13 , LATENT_PALM_PHOTO = 14 , LATENT_PALM_LIFT = 15 , LIVE_SCAN_OPTICAL_CONCTACTLESS_PLAIN = 24 , OTHER = 28 , UNKNOWN = 29 } |
| It is impression of prints [5]. More... | |
Functions | |
| static constexpr int | PrintToIsoImpression (PrintImpression printImpression) |
| Function converts PrintImpression to ISO impression. | |
| static constexpr PrintImpression | IsoToPrintImpression (int isoImpression) |
| Function converts ISO impression to PrintImpression. | |