Create a MSER detector using the specific parameters
Namespace: Emgu.CV.Features2DAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- delta
- Int32
Use 5 as defalut. In the code, it compares (size_{i}-size_{i-delta})/size_{i-delta}
- maxArea
- Int32
Use 60 as default. Prune the area which bigger than max_area
- minArea
- Int32
Use 14400 as default. Prune the area which smaller than min_area
- maxVariation
- Single
Use .25f as default. Prune the area have simliar size to its children
- minDiversity
- Single
Use .2f as default. Trace back to cut off mser with diversity < min_diversity
- maxEvolution
- Int32
Use 200 as default. For color image, the evolution steps
- areaThreshold
- Double
Use 1.01 as default. The area threshold to cause re-initialize
- minMargin
- Double
Use 0.003 as default. Ignore too small margin
- edgeBlurSize
- Int32
Use 5 as default. The aperture size for edge blur