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

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

공개 프로퍼티들

프로퍼티 타입 설명
dir float
hessian float
laplacian int
pt System.Drawing.PointF
size int

프로퍼티 상세

dir 공개적으로 프로퍼티

Orientation of the feature: 0..360 degrees
public float dir
리턴 float

hessian 공개적으로 프로퍼티

Value of the hessian (can be used to approximately estimate the feature strengths; see also params.hessianThreshold.
public float hessian
리턴 float

laplacian 공개적으로 프로퍼티

-1, 0 or +1. sign of the laplacian at the point. can be used to speedup feature comparison (normally features with laplacians of different signs can not match)
public int laplacian
리턴 int

pt 공개적으로 프로퍼티

Position of the feature within the image
public System.Drawing.PointF pt
리턴 System.Drawing.PointF

size 공개적으로 프로퍼티

Size of the feature
public int size
리턴 int