C# 클래스 Emgu.CV.EigenObjectRecognizer.RecognitionResult

The result returned the Recognized function is called. Contains the label, index and the eigen distance.
파일 보기 프로젝트 열기: fajoy/RTSPExample

공개 프로퍼티들

프로퍼티 타입 설명
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