![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
The FIR object. FIR - Face Identification Record, biometric template. More...
#include <fir.h>
Public Member Functions | |
virtual uint32_t | version () const =0 |
Fir version. Different versions are incompatible with each other when performing a comparison operation. | |
virtual bool | is_short () const =0 |
Returns true if fir has short data type. | |
virtual bool | is_binary () const =0 |
Returns true if fir has binary data type. | |
The FIR object. FIR - Face Identification Record, biometric template.
Usually face_sdk::builder make firs, but you can use make_fir() function to instantiate a fir object.