![]() |
Face SDK
1.14.1 Mozart release
Face Recognition Software Development Kit
|
Quality checker algorithm. Calculates quality of the given face_set. More...
#include <quality_checker.h>
Public Member Functions | |
virtual quality_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 you to determine Quality and Face Detector algorithms versions compatibility. See versions_compatibility. | |
Quality checker algorithm. Calculates quality of the given face_set.
Use make_quality_checker() functions for instantiating of quality_checker 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. |