|
Enrollment 28.2.0
|
Strategy used in Applicant to accept or reject ExtractedPrint. More...
#include <Applicant.h>
Public Member Functions | |
| virtual bool | Validate (const std::shared_ptr< ExtractedPrint > &probe, const std::vector< std::shared_ptr< ExtractedPrint > > &gallery)=0 |
| Check if print is valid. | |
Strategy used in Applicant to accept or reject ExtractedPrint.
|
pure virtual |
Check if print is valid.
| probe | ExtractedPrint to be checked |
| gallery | ExtractedPrint that are already validated |
Implemented in FlatteningValidation.
Referenced by Applicant::AddValidPrint().