PVerify.h File Reference
Detailed Description
Class PVerify: a Face Recognition helper class to easily authenticate identities.
Definition in file PVerify.h.
#include <PObject.h>
Include dependency graph for PVerify.h:

Go to the source code of this file.
Classes | |
class | PVerify |
The PVerify class is a Face Recognition helper class which allows for easy verification/authentication of faces from descriptions, images and videos. More... | |
Enumerations | |
enum | EVerificationSecurityLevel { E_VERIFICATION_SECURITY_LEVEL_MANUAL, E_VERIFICATION_SECURITY_LEVEL_LOW, E_VERIFICATION_SECURITY_LEVEL_MEDIUM, E_VERIFICATION_SECURITY_LEVEL_HIGH } |
The different available security levels for the verification engine, corresponding to FaceRecognition08 model (SDK 4.6 or higher). More... | |
Enumeration Type Documentation
◆ EVerificationSecurityLevel
The different available security levels for the verification engine, corresponding to FaceRecognition08 model (SDK 4.6 or higher).
The high-level indicates a low false-accept rate, at the cost of the higher false-rejection rate. The low-level indicates a low false-rejection rate, at the cost of a higher false-acceptance rate. A manual-level allows you to set your own threshold level (between 0 and 1). The level you need will depend on many factors including your application, your environment and the compliance of the users of the system.
Enumerator | |
---|---|
E_VERIFICATION_SECURITY_LEVEL_MANUAL | |
E_VERIFICATION_SECURITY_LEVEL_LOW | |
E_VERIFICATION_SECURITY_LEVEL_MEDIUM | |
E_VERIFICATION_SECURITY_LEVEL_HIGH |