Enrollment 28.2.0
Loading...
Searching...
No Matches
ApplicantFaceValidation Class Referenceabstract

Strategy used in Applicant to accept or reject ExtractedFace. More...

#include <Applicant.h>

Collaboration diagram for ApplicantFaceValidation:

Public Member Functions

virtual bool Validate (const std::shared_ptr< ExtractedFace > &probe, const std::vector< std::shared_ptr< ExtractedFace > > &gallery)=0
 Check if Face is valid.

Detailed Description

Strategy used in Applicant to accept or reject ExtractedFace.

Member Function Documentation

◆ Validate()

virtual bool Validate ( const std::shared_ptr< ExtractedFace > & probe,
const std::vector< std::shared_ptr< ExtractedFace > > & gallery )
pure virtual

Check if Face is valid.

Parameters
probeExtractedFace to be checked
galleryExtractedFace that are already validated
Returns
true when Face is valid
false when Face is not valid

Referenced by Applicant::AddValidFace().

Here is the caller graph for this function:

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