CvMSERParams Struct Reference

Maximal Stable Regions Parameters. More...

#include <features2d.hpp>

Inherited by cv::MSER.

List of all members.

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

Detailed Description

Maximal Stable Regions Parameters.


Member Data Documentation

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

the area threshold to cause re-initialize

ignore too small margin

the aperture size for edge blur


The documentation for this struct was generated from the following file: