![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
Module allows to extract pure data from FIRs. Pure data can be used to implement manual matching, encryption, serialization, etc... Use face_sdk::make_pure_fir_extractor() functions to instantiate pure_fir_extractor object. More...
#include <pure_fir_extractor.h>
Public Member Functions | |
virtual std::vector< float > | extract_from_long (const std::shared_ptr< face_sdk::fir > &fir) const =0 |
Extracts pure data from long FIRs. Fir is long if it is not short and not binary. Use face_sdk::fir::is_short() and face_sdk::fir::is_binary() functions to determine which type of fir it is. | |
virtual std::vector< int8_t > | extract_from_short_or_binary (const std::shared_ptr< face_sdk::fir > &fir) const =0 |
Extracts pure data from short or binary FIRs. Use face_sdk::fir::is_short() and face_sdk::fir::is_binary() functions to determine which type of fir it is. | |
Module allows to extract pure data from FIRs. Pure data can be used to implement manual matching, encryption, serialization, etc... Use face_sdk::make_pure_fir_extractor() functions to instantiate pure_fir_extractor object.