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

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

공개 프로퍼티들

프로퍼티 타입 설명
LineThresholdBinarized int
LineThresholdProjected int
MaxSize int
ResponseThreshold int
SuppressNonmaxSize int

프로퍼티 상세

LineThresholdBinarized 공개적으로 프로퍼티

Another threshold for the feature size to eliminate edges. The larger the threshold, the more points you get.
public int LineThresholdBinarized
리턴 int

LineThresholdProjected 공개적으로 프로퍼티

Another threshold for the laplacian to eliminate edges. The larger the threshold, the more points you get.
public int LineThresholdProjected
리턴 int

MaxSize 공개적으로 프로퍼티

Maximum size of the features. The following values of the parameter are supported: 4, 6, 8, 11, 12, 16, 22, 23, 32, 45, 46, 64, 90, 128
public int MaxSize
리턴 int

ResponseThreshold 공개적으로 프로퍼티

Threshold for the approximated laplacian, used to eliminate weak features. The larger it is, the less features will be retrieved
public int ResponseThreshold
리턴 int

SuppressNonmaxSize 공개적으로 프로퍼티

public int SuppressNonmaxSize
리턴 int