![]() |
Face SDK
1.7 Mozart rc
Face Recognition Software Development Kit
|
The FIR object. FIR - Face Identification Record, biometric template. More...
#include <fir.h>
Public Member Functions | |
virtual | ~fir ()=default |
Fir version. Different versions are incompatible with each other when performing a comparison operation. | |
virtual uint32_t | version () const =0 |
virtual bool | is_short () const =0 |
Is fir has short data type. | |
virtual bool | is_binary () const =0 |
Is 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 for instantiate a fir object.