|
bool FACE_SDK_EXPORT | face_sdk::is_architecture_available (const architecture_type type) |
| Checks for architecture availability. More...
|
|
std::shared_ptr< face_sdk::fir_matcher > FACE_SDK_EXPORT | face_sdk::make_fir_matcher (uint32_t builder_version, const std::string &table_code, const std::shared_ptr< face_sdk::license > &license, const std::shared_ptr< face_sdk::data_container > &container, const architecture_type type) |
| Makes FIRs matcher with needed builder version, FAR table code, license object and data container. More...
|
|
std::shared_ptr< face_sdk::fir_matcher > FACE_SDK_EXPORT | face_sdk::make_fir_matcher (uint32_t builder_version, const std::string &table_code, const std::shared_ptr< face_sdk::license > &license, const std::shared_ptr< face_sdk::data_container > &container) |
| Makes FIRs matcher with needed builder version, FAR table code, license object and data container. More...
|
|
std::shared_ptr< face_sdk::fir_matcher > FACE_SDK_EXPORT | face_sdk::make_fir_matcher (uint32_t builder_version, const std::string &table_code, const std::shared_ptr< face_sdk::license > &license) |
| Makes FIRs matcher with specified builder version, FAR table, license object. The data container will be loaded from known paths (see Known paths). More...
|
|
std::shared_ptr< face_sdk::fir_matcher > FACE_SDK_EXPORT | face_sdk::make_fir_matcher (uint32_t builder_version, const std::string &table_code, const std::shared_ptr< face_sdk::data_container > &data_container) |
| Makes FIRs matcher with specified builder version, FAR table, license object. The license will be loaded from known paths (see Known paths). More...
|
|
std::shared_ptr< face_sdk::fir_matcher > FACE_SDK_EXPORT | face_sdk::make_fir_matcher (uint32_t builder_version, const std::string &table_code) |
| Makes FIRs matcher with specified builder version, FAR table. The license and data container will be loaded from known paths (see Known paths). More...
|
|
float FACE_SDK_EXPORT | face_sdk::score_to_percentage (float score) |
| Converts score to percentage. {#fir_matcher_score_to_percentage}. More...
|
|
float FACE_SDK_EXPORT | face_sdk::percentage_to_score (float percentage) |
| Converts percentage to score. More...
|
|