CvMSERParams Struct Reference

#include <features2d.hpp>

Inheritance diagram for CvMSERParams:
cv::MSER

List of all members.

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

Detailed Description

Maximal Stable Regions Parameters


Member Data Documentation

the area threshold to cause re-initialize

delta, in the code, it compares (size_{i}-size_{i-delta})/size_{i-delta}

the aperture size for edge blur

prune the area which bigger than maxArea

for color image, the evolution steps

prune the area have simliar size to its children

prune the area which smaller than minArea

trace back to cut off mser with diversity < min_diversity

ignore too small margin


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Generated on Thu Dec 23 11:40:54 2010 for opencv by  doxygen 1.6.3