C# Класс Emgu.CV.EigenObjectRecognizer.RecognitionResult

The result returned the Recognized function is called. Contains the label, index and the eigen distance.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Distance float
Index int
Label String

Описание свойств

Distance публичное свойство

The eigen distance of the match.
public float Distance
Результат float

Index публичное свойство

The index of the most similar object
public int Index
Результат int

Label публичное свойство

Label of the corresponding image if recognized, otherwise String.Empty will be returned
public String Label
Результат String