C# 클래스 Emgu.CV.Structure.MDMatch

OpenCV's DMatch structure
파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ImgIdx int
QueryIdx int
TrainIdx int
distance float

프로퍼티 상세

ImgIdx 공개적으로 프로퍼티

Train image index
public int ImgIdx
리턴 int

QueryIdx 공개적으로 프로퍼티

Query descriptor index
public int QueryIdx
리턴 int

TrainIdx 공개적으로 프로퍼티

Train descriptor index
public int TrainIdx
리턴 int

distance 공개적으로 프로퍼티

Distance
public float distance
리턴 float