Face SDK  1.13.0 Mozart release
Face Recognition Software Development Kit
Public Member Functions | List of all members
face_sdk::pure_fir_extractor Class Referenceabstract

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.

 

Detailed Description

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.


The documentation for this class was generated from the following file: