C# Class Emgu.CV.EigenObjectRecognizer.RecognitionResult

The result returned the Recognized function is called. Contains the label, index and the eigen distance.
ファイルを表示 Open project: fajoy/RTSPExample

Public Properties

Property Type Description
Distance float
Index int
Label String

Property Details

Distance public_oe property

The eigen distance of the match.
public float Distance
return float

Index public_oe property

The index of the most similar object
public int Index
return int

Label public_oe property

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