Face SDK  1.7 Mozart rc
Face Recognition Software Development Kit
Classes | Typedefs | Functions
fir.h File Reference
#include <face_sdk_base/export.h>
#include <vector>
#include <memory>
#include <initializer_list>

Go to the source code of this file.

Classes

class  face_sdk::fir
 The FIR object. FIR - Face Identification Record, biometric template. More...
 

Typedefs

typedef std::vector< std::shared_ptr< face_sdk::fir > > face_sdk::fir_set
 

Functions

std::shared_ptr< fir > FACE_SDK_EXPORT face_sdk::convert_to_short_fir (const std::shared_ptr< face_sdk::fir > &long_fir)
 Converts firs with long data types to short.