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

파일 보기 프로젝트 열기: fajoy/RTSPExample

공개 프로퍼티들

프로퍼티 타입 설명
pt Point
response float
size int

프로퍼티 상세

pt 공개적으로 프로퍼티

The location of the keypoint
public Point pt
리턴 Point

response 공개적으로 프로퍼티

The response of the key point
public float response
리턴 float

size 공개적으로 프로퍼티

The size of the key point
public int size
리턴 int