The CvMSERParams type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AreaThreshold |
the area threshold to cause re-initialize
| |
| Delta |
delta, in the code, it compares (size_{i}-size_{i-delta})/size_{i-delta}
| |
| EdgeBlurSize |
the aperture size for edge blur
| |
| MaxArea |
prune the area which bigger than max_area
| |
| MaxEvolution |
for color image, the evolution steps
| |
| MaxVariation |
prune the area have simliar size to its children
| |
| MinArea |
prune the area which smaller than min_area
| |
| MinDiversity |
trace back to cut off mser with diversity < min_diversity
| |
| MinMargin |
ignore too small margin
|
See Also