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