PFaceMetaData.h
Go to the documentation of this file.
61 PAPILLON_DEPRECATED("Use PFaceMetaData::SetClassification. This functionality will be removed in Papillon 5")
119 PResult GetClassifierInfo(const PString& classificationName, PClassifierInfo& classifierInfo) const;
129 PResult GetClassIndex(const PString& classificationName, int32& classIndex, float& confidence) const;
139 PResult GetClassLabel(const PString& classificationName, PString& classLabel, float& confidence) const;
149 PResult GetClassificationVector(const PString& classificationName, PFloatVector& classificationVector) const;
155 PAPILLON_DEPRECATED("Use PFaceMetaData::GetClassification. This functionality will be removed in Papillon 5")
162 PAPILLON_DEPRECATED("Use PFaceMetaData::GetClassification. This functionality will be removed in Papillon 5")
168 PAPILLON_DEPRECATED("Use PFaceMetaData::GetClassification. This functionality will be removed in Papillon 5")
Class PVector: a numeric vector for linear algebra.
The PClassifierInfo class holds information about classifier and designed for conversion between clas...
Definition: PClassifierInfo.h:35
Class PClassifierInfo: a class holding information about a classifier.
The PDescription class represents a set of features that have been computed on an identity (it is a b...
Definition: PDescription.h:59
The PResult class represents the result returned by most of Papillon functions; this class is used to...
Definition: PResult.h:159
The PFaceMetaData class represents meta-data information (for example, gender) about a face...
Definition: PFaceMetaData.h:40
The PObject class is the root class of all Papillon classes; all PObject behaves like shared referenc...
Definition: PObject.h:27
The PStringList class represents a list of PString; NOT thread-safe.
Definition: PStringList.h:26
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
Dense numeric vector (templated) used for linear algebra; specialised versions are PIntVector...
Definition: PVector.h:29