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

파일 보기 프로젝트 열기: fajoy/RTSPExample 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Angle float
ClassId int
Octave int
Point System.Drawing.PointF
Response float
Size float

프로퍼티 상세

Angle 공개적으로 프로퍼티

Orientation of the keypoint
public float Angle
리턴 float

ClassId 공개적으로 프로퍼티

class id
public int ClassId
리턴 int

Octave 공개적으로 프로퍼티

octave
public int Octave
리턴 int

Point 공개적으로 프로퍼티

The location of the keypoint
public PointF,System.Drawing Point
리턴 System.Drawing.PointF

Response 공개적으로 프로퍼티

Response of the keypoint
public float Response
리턴 float

Size 공개적으로 프로퍼티

Size of the keypoint
public float Size
리턴 float