![]() |
Face SDK
1.13.0 Mozart release
Face Recognition Software Development Kit
|
Class used by tracker class to get the score of the face. More...
#include <face_recognition.h>
Public Member Functions | |
virtual float | compute_face_score (const std::shared_ptr< face_sdk::image > &image)=0 |
The function calculates the score of face, detected on the given image. More... | |
virtual uint32_t | version () const =0 |
Algorithm version. See Face Tracker versions. More... | |
Class used by tracker class to get the score of the face.
|
pure virtual |
The function calculates the score of face, detected on the given image.
[in] | image | face_sdk::image object. See Base. |
|
pure virtual |
Algorithm version. See Face Tracker versions.