![]() |
Face SDK
1.7 Mozart rc
Face Recognition Software Development Kit
|
Alignment info. Contains results of alignment. More...
#include <alignment_info.h>
Public Member Functions | |
virtual std::shared_ptr< face_sdk::face > | face () const noexcept=0 |
Returns stored face object. | |
virtual uint32_t | version () const noexcept=0 |
Returns version of the aligner's algorithm. | |
virtual std::shared_ptr< face_sdk::image > | aligned_image () const noexcept=0 |
Returns stored aligned image. | |
virtual bool | is_support_face_exists () const noexcept=0 |
Returns true if store face object. | |
virtual float | face_exists () const =0 |
The probaly that the face exists. The interpretation of the value depends on the Alignment version. More... | |
virtual bool | has_affine_transform_matrix () const =0 |
Returns true if store matrix for affine transform. | |
virtual const matrix & | affine_transform_matrix () const =0 |
Returns matrix for affine transform. More... | |
Alignment info. Contains results of alignment.
Alignment operation prepares images for further FIR building and age and gender classification. face_sdk::serializer object allows to serialize and deseriazlie these objects.
|
pure virtual |
Returns matrix for affine transform.
face_sdk::exception | If matrix for affine transform is empty. See Exceptions handling |
|
pure virtual |
The probaly that the face exists. The interpretation of the value depends on the Alignment version.
face_sdk::not_implemented_exception | If method not implemented for current Alignment version. See Exceptions handling |