Face SDK  1.7 Mozart rc
Face Recognition Software Development Kit
Public Member Functions | List of all members
face_sdk::fir_matcher_factory Class Referenceabstract

Abstract factory for creation of matcher components (fir_list, fir_matcher) More...

#include <fir_matcher_factory.h>

Public Member Functions

virtual std::shared_ptr< face_sdk::fir_listmake_fir_list () const =0
 Creates empty fir list fir_list. More...
 
virtual std::shared_ptr< face_sdk::fir_matchermake_fir_matcher (uint32_t builder_version, const std::string &table_code, const std::shared_ptr< license > &license, const std::shared_ptr< face_sdk::data_container > &container) const =0
 Makes FIRs matcher with needed builder version, FAR table code, license object and data container. More...
 
virtual std::shared_ptr< face_sdk::fir_matchermake_fir_matcher (uint32_t builder_version, const std::string &table_code, const std::shared_ptr< face_sdk::data_container > &container) const =0
 Makes FIRs matcher with needed builder version, FAR table code and data container. More...
 
virtual std::shared_ptr< face_sdk::fir_matchermake_fir_matcher (uint32_t builder_version, const std::string &table_code, const std::shared_ptr< license > &license) const =0
 Makes FIRs matcher with needed builder version, FAR table code and license object. More...
 
virtual std::shared_ptr< face_sdk::fir_matchermake_fir_matcher (uint32_t builder_version, const std::string &table_code) const =0
 Makes FIRs matcher with needed builder version and FAR table code. More...
 

Detailed Description

Abstract factory for creation of matcher components (fir_list, fir_matcher)


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