![]() |
Face SDK
1.7 Mozart rc
Face Recognition Software Development Kit
|
Alignment operation prepares images for further FIR building and age and gender classification. More...
#include <alignment.h>
Public Member Functions | |
virtual face_sdk::alignment_info_set | calc_alignment (const face_sdk::face_set &face_set)=0 |
Performs alignment operation on specified face set. More... | |
virtual uint32_t | version () const noexcept=0 |
Algorithm's version. See Alignment versions. | |
virtual bool | is_compatible (uint32_t detector_version) const noexcept=0 |
Function helps to you determine Face Detector and Alignemnt algorithms versions compatibility. See Algorithms versions compability. | |
Alignment operation prepares images for further FIR building and age and gender classification.
The result of alignment operation is aligned image prepared for further processing. Different Alignment algorithm versions can generate different types of aligned images with can cause incompatibility between alignment and builder, and age&gender algorithms. Use make_alignment() functions for instantiating of alignment object. See Available algorightm versions and versions compability.
|
pure virtual |
Performs alignment operation on specified face set.
face_sdk::exception | See Exceptions handling. |