The MSERDetector type exposes the following fields.
Fields
![]() ![]() | ![]() ![]() | ![]() ![]() | ![]() ![]() |
Member | 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
|