Face SDK  1.7 Mozart rc
Face Recognition Software Development Kit
Public Member Functions | List of all members
face_sdk::face_recognition Class Referenceabstract

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...
 

Detailed Description

Class used by tracker class to fast-getting the score of the face.

Member Function Documentation

◆ compute_face_score()

virtual float face_sdk::face_recognition::compute_face_score ( const std::shared_ptr< face_sdk::image > &  image)
pure virtual

The function score of face, detected on the given image.

Parameters
[in]imageface_sdk::image object. See Base.

◆ version()

virtual uint64_t face_sdk::face_recognition::version ( ) const
pure virtual

Algorithm version. See Face Tracker versions.


The documentation for this class was generated from the following file: