C# Class Emgu.CV.EigenObjectRecognizer.RecognitionResult

The result returned the Recognized function is called. Contains the label, index and the eigen distance.
Afficher le fichier Open project: fajoy/RTSPExample

Méthodes publiques

Свойство Type Description
Distance float
Index int
Label String

Property Details

Distance public_oe property

The eigen distance of the match.
public float Distance
Résultat float

Index public_oe property

The index of the most similar object
public int Index
Résultat int

Label public_oe property

Label of the corresponding image if recognized, otherwise String.Empty will be returned
public String Label
Résultat String