PComparer.h
Go to the documentation of this file.
54 E_COMPARER_VECTOR_DISTANCE
75 static PResult Create(PComparer::EComparerType type, PComparer& comparer, double threshold=-1.0);
101 PResult Compare(const PDescription& description1, const PDescription& description2, PMatchScore& matchScore) const;
The PDescription class represents a set of features that have been computed on an identity (it is a b...
Definition: PDescription.h:59
The PComparer class represents an algorithm used to compare two PDescription (typically two biometric...
Definition: PComparer.h:44
The PResult class represents the result returned by most of Papillon functions; this class is used to...
Definition: PResult.h:159
The PObject class is the root class of all Papillon classes; all PObject behaves like shared referenc...
Definition: PObject.h:27
The PMatchScore class is used to represent a score between two descriptions.
Definition: PMatchScore.h:27
The PGuid class represents a Globally Unique Identifier (GUID); PGuid instances are immutable (thread...
Definition: PGuid.h:28
Class PObject: the root class of all Papillon classes.
PObject & operator=(const PObject &obj)
Performs a shared copy of other to this object.
Definition: PObject.h:45