IDLive Face new C++ API 1.46.0
|
#include <idliveface/utility.h>
Classes | |
struct | idliveface::Point |
Two-dimensional point. More... | |
struct | idliveface::BoundingBox |
The bounding box around the face. More... | |
struct | idliveface::HeadPose |
The roll, pitch and yaw angles of the head, in degrees. More... | |
struct | idliveface::FaceAttributes |
Attributes of the detected face. More... | |
struct | idliveface::ImageAttributes |
General attributes of the image. More... | |
struct | idliveface::ImageQualityAttributes |
Quality attributes of the image. More... | |
struct | idliveface::RuntimeConfiguration |
The resource management and performance configuration. More... | |
struct | idliveface::CustomValidationParameters |
Overrides for the validation parameters. More... | |
Typedefs | |
typedef std::vector< Point > | idliveface::Landmarks |
The facial landmark points. | |
Enumerations | |
enum class | idliveface::Domain { kGeneral , kDesktop } |
Defines a subset of characteristics that the face analysis should be sensitive to. More... | |
enum class | idliveface::Tolerance { kRegular , kSoft , kHardened } |
Defines how strict the face analysis should be, which in return affects APCER / BPCER balance. More... | |
enum class | idliveface::Validation : uint8_t { kFaceNotFound , kTooManyFaces , kSmallFaceSize , kSmallRelativeFaceSize , kSmallPupillaryDistance , kLargeFaceRotationAngle , kFaceTooClose , kFaceCloseToBorder , kFaceCropped , kFaceOccluded , kEyesClosed , kDarkImage } |
All possible criteria the image is being validated on. More... | |
enum class | idliveface::PixelFormat { kRGB , kBGR , kGrayscale } |
The format of the image pixel. More... | |
|
strong |
|
strong |
|
strong |
|
strong |
All possible criteria the image is being validated on.