|
Enrollment 28.2.0
|
#include "enrollment/Exception/EnrollmentException.h"#include "enrollment/Export.h"#include <ostream>#include <string>Go to the source code of this file.
Enumerations | |
| enum class | FaceCrop : uint8_t { TOKEN_NOT_FRONTAL = 0 , FULL = 1 , TOKEN = 2 , FULL_NOT_ALIGNED = 3 } |
| Defines different Crop methods. More... | |
Functions | |
| static constexpr bool | IsFaceCropMethodValid (FaceCrop faceCrop) |
| Function validates the value of FaceCrop enum. | |