![]() |
Face SDK
1.7 Mozart rc
Face Recognition Software Development Kit
|
Class used by tracker class to fast-getting 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 score of face, detected on the given image. More... | |
virtual uint64_t | version () const =0 |
Algorithm version. See Face Tracker versions. More... | |
Class used by tracker class to fast-getting the score of the face.
|
pure virtual |
The function score of face, detected on the given image.
[in] | image | face_sdk::image object. See Base. |
|
pure virtual |
Algorithm version. See Face Tracker versions.