Various MSER algorithm parameters
Inheritance Hierarchy
OpenCvSharpCvMSERParams
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvMSERParams type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CvMSERParams |
Creates MSER parameters
| |
| CvMSERParams(Int32, Int32, Int32, Single, Single, Int32, Double, Double, Int32) |
Creates MSER parameters
|
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
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| Struct |
Native structure field
|
See Also