CvMSERParams Class OpenCvSharp Class Library
Various MSER algorithm parameters
Inheritance Hierarchy

SystemObject
  OpenCvSharpCvMSERParams

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

[SerializableAttribute]
public class CvMSERParams : ICloneable

The CvMSERParams type exposes the following members.

Constructors

  NameDescription
Public methodCvMSERParams
Creates MSER parameters
Public methodCvMSERParams(Int32, Int32, Int32, Single, Single, Int32, Double, Double, Int32)
Creates MSER parameters
Top
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
Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields

  NameDescription
Public fieldStruct
Native structure field
Top
See Also

Reference