|
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 | FaceImageType : uint8_t { BASIC = 0 , FULL_FRONTAL = 1 , TOKEN_FRONTAL = 2 , POST_PROCESSED_FRONTAL = 3 } |
| Several face image types are introduced to define categories that satisfy requirements of some applications [6]. More... | |
Functions | |
| static constexpr int | FaceToIsoImageType (FaceImageType faceImageType) |
| Function converts FaceImageType to ISO face image type as defined in iso_19794-5_2011. | |
| static constexpr FaceImageType | IsoToFaceImageType (int faceImageType) |
| Function converts ISO face image type to FaceImageType. | |