9 #include <c_interface/face_sdk_base/face.h> 11 FACE_SDK_EXTERN_C_BEGIN
23 DECLARE_FACE_SDK_CLASS(alignment_info)
bool face_sdk__alignment_info__get_version(const face_sdk__alignment_info_t *alignment_info, uint32_t *value)
Retrieves version of the aligner's algorithm.
bool face_sdk__alignment_info__get_affine_transform_matrix(const face_sdk__alignment_info_t *alignment_info, face_sdk__matrix_t **matrix)
Retrieves matrix for affine transform.
bool face_sdk__alignment_info__get_aligned_image(const face_sdk__alignment_info_t *alignment_info, face_sdk__image_t **image)
Retrieves stored aligned image.
bool face_sdk__alignment_info__face_exists(const face_sdk__alignment_info_t *alignment_info, float *value)
The probability that the face exists. The interpretation of the value depends on the Alignment versio...
An image keeps bitmap data in 24bpp RBG format.
Definition: image.h:23
void face_sdk__alignment_info_free(face_sdk__alignment_info_t *alignment_info)
Destroys face_sdk__alignment_info object.
Transformation matrix.
Definition: matrix.h:20
Alignment info. Contains results of alignment.
Definition: alignment_info.h:23
bool face_sdk__alignment_info__get_face(const face_sdk__alignment_info_t *alignment_info, face_sdk__face_t **face)
Retrieves stored face object.
The face object. Face object contains information about face bounding box on the image and the origin...
Definition: face.h:27
bool face_sdk__alignment_info__has_affine_transform_matrix(const face_sdk__alignment_info_t *alignment_info, bool *value)
Retrieves transform_matrix feature availability.
bool face_sdk__alignment_info__supports_face_exists(const face_sdk__alignment_info_t *alignment_info, bool *value)
Retrieves face_exists feature availability.