![]() |
Face SDK
1.7 Mozart rc
Face Recognition Software Development Kit
|
Quality checker algorithm. Calculates quality of the given face_set. More...
#include <icao_verifier.h>
Public Member Functions | |
virtual icao_check_result_set | check_faces (const face_set &faces)=0 |
The function calculates images quality of the given face_set. More... | |
virtual bool | is_compatible (uint32_t detector_version) const =0 |
Function helps to you determine Quality and Face Detector algorithms versions compatibility. See Algorithms versions compability. | |
Quality checker algorithm. Calculates quality of the given face_set.
Use make_icao_verifier() functions for instantiating of icao_verifier object.
|
pure virtual |
The function calculates images quality of the given face_set.
[in] | faces | Vector of the face objects. |
face_sdk::exception | See Exceptions handling. |