CvMSERParams Properties OpenCvSharp Class Library

The CvMSERParams type exposes the following members.

Properties

  NameDescription
Public propertyAreaThreshold
the area threshold to cause re-initialize
Public propertyDelta
delta, in the code, it compares (size_{i}-size_{i-delta})/size_{i-delta}
Public propertyEdgeBlurSize
the aperture size for edge blur
Public propertyMaxArea
prune the area which bigger than max_area
Public propertyMaxEvolution
for color image, the evolution steps
Public propertyMaxVariation
prune the area have simliar size to its children
Public propertyMinArea
prune the area which smaller than min_area
Public propertyMinDiversity
trace back to cut off mser with diversity < min_diversity
Public propertyMinMargin
ignore too small margin
Top
See Also

Reference