|
opencv
2.2.0
|
#include <features2d.hpp>
Public Attributes | |
| double | areaThreshold |
| the area threshold to cause re-initialize | |
| int | delta |
| delta, in the code, it compares (size_{i}-size_{i-delta})/size_{i-delta} | |
| int | edgeBlurSize |
| the aperture size for edge blur | |
| int | maxArea |
| prune the area which bigger than maxArea | |
| int | maxEvolution |
| for color image, the evolution steps | |
| float | maxVariation |
| prune the area have simliar size to its children | |
| int | minArea |
| prune the area which smaller than minArea | |
| float | minDiversity |
| trace back to cut off mser with diversity < min_diversity | |
| double | minMargin |
| ignore too small margin | |
Maximal Stable Regions Parameters
| double CvMSERParams::areaThreshold |
the area threshold to cause re-initialize
| int CvMSERParams::delta |
delta, in the code, it compares (size_{i}-size_{i-delta})/size_{i-delta}
| int CvMSERParams::edgeBlurSize |
the aperture size for edge blur
| int CvMSERParams::maxArea |
prune the area which bigger than maxArea
| int CvMSERParams::maxEvolution |
for color image, the evolution steps
| float CvMSERParams::maxVariation |
prune the area have simliar size to its children
| int CvMSERParams::minArea |
prune the area which smaller than minArea
| float CvMSERParams::minDiversity |
trace back to cut off mser with diversity < min_diversity
| double CvMSERParams::minMargin |
ignore too small margin
1.8.2