![]() |
Face SDK
1.7 Mozart rc
Face Recognition Software Development Kit
|
Builder algorithm. The Builder algorithm builds FIR for specified aligned faces. More...
#include <builder.h>
Public Member Functions | |
virtual face_sdk::fir_set | build (const face_sdk::alignment_info_set &alignment_info)=0 |
Build FIRs for specified aligned faces. More... | |
virtual face_sdk::fir_set | build (const face_sdk::face_set &faces)=0 |
Build FIRs for specified faces. More... | |
virtual uint32_t | version () const =0 |
Algorithm version. See Builder versions. | |
virtual bool | is_compatible (uint32_t alignment_version) const =0 |
Deprecated, use builder::is_compatible_with_alignment(). | |
virtual bool | is_compatible_with_detector (uint32_t detector_version) const =0 |
Function helps to you determine Face Detector and Builder algorithms versions compatibility. See Algorithms versions compability. | |
virtual bool | is_compatible_with_alignment (uint32_t alignment_version) const =0 |
Function helps to you determine Alignment and Builder algorithms versions compatibility. See Algorithms versions compability. | |
virtual bool | produces_short_firs () const =0 |
Function helps to you determine version of produced firs. See Matcher. {produces_short_firs}. | |
Builder algorithm. The Builder algorithm builds FIR for specified aligned faces.
Use face_sdk::make_builder() functions for instantiate an object of this type.
|
pure virtual |
Build FIRs for specified aligned faces.
face_sdk::exception | See Exceptions handling. |
|
pure virtual |
Build FIRs for specified faces.
face_sdk::exception | See Exceptions handling. |