OpenCV  2.4.13.6
Open Source Computer Vision
CvMSERParams Struct Reference

#include <compat.hpp>

Public Attributes

int delta
 delta, in the code, it compares (size_{i}-size_{i-delta})/size_{i-delta} More...
 
int maxArea
 prune the area which bigger than maxArea More...
 
int minArea
 prune the area which smaller than minArea More...
 
float maxVariation
 prune the area have simliar size to its children More...
 
float minDiversity
 trace back to cut off mser with diversity < min_diversity More...
 
int maxEvolution
 for color image, the evolution steps More...
 
double areaThreshold
 the area threshold to cause re-initialize More...
 
double minMargin
 ignore too small margin More...
 
int edgeBlurSize
 the aperture size for edge blur More...
 

Detailed Description

Maximal Stable Regions Parameters

Member Data Documentation

§ areaThreshold

double CvMSERParams::areaThreshold

the area threshold to cause re-initialize

§ delta

int CvMSERParams::delta

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

§ edgeBlurSize

int CvMSERParams::edgeBlurSize

the aperture size for edge blur

§ maxArea

int CvMSERParams::maxArea

prune the area which bigger than maxArea

§ maxEvolution

int CvMSERParams::maxEvolution

for color image, the evolution steps

§ maxVariation

float CvMSERParams::maxVariation

prune the area have simliar size to its children

§ minArea

int CvMSERParams::minArea

prune the area which smaller than minArea

§ minDiversity

float CvMSERParams::minDiversity

trace back to cut off mser with diversity < min_diversity

§ minMargin

double CvMSERParams::minMargin

ignore too small margin


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