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

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

공개 프로퍼티들

프로퍼티 타입 설명
AreaThreshold double
Delta int
EdgeBlurSize int
MaxArea int
MaxEvolution int
MaxVariation float
MinArea int
MinDiversity float
MinMargin double

프로퍼티 상세

AreaThreshold 공개적으로 프로퍼티

The area threshold to cause re-initialize
public double AreaThreshold
리턴 double

Delta 공개적으로 프로퍼티

Delta, in the code, it compares (size_{i}-size_{i-delta})/size_{i-delta}
public int Delta
리턴 int

EdgeBlurSize 공개적으로 프로퍼티

The aperture size for edge blur
public int EdgeBlurSize
리턴 int

MaxArea 공개적으로 프로퍼티

Prune the area which bigger than max_area
public int MaxArea
리턴 int

MaxEvolution 공개적으로 프로퍼티

For color image, the evolution steps
public int MaxEvolution
리턴 int

MaxVariation 공개적으로 프로퍼티

Prune the area have simliar size to its children
public float MaxVariation
리턴 float

MinArea 공개적으로 프로퍼티

Prune the area which smaller than min_area
public int MinArea
리턴 int

MinDiversity 공개적으로 프로퍼티

Trace back to cut off mser with diversity < min_diversity
public float MinDiversity
리턴 float

MinMargin 공개적으로 프로퍼티

Ignore too small margin
public double MinMargin
리턴 double