#include <cv.hpp>
List of all members.
Public Member Functions |
| MSER () |
| MSER (int _delta, int _min_area, int _max_area, float _max_variation, float _min_diversity, int _max_evolution, double _area_threshold, double _min_margin, int _edge_blur_size) |
void | operator() (const Mat &image, vector< vector< Point > > &msers, const Mat &mask) const |
Constructor & Destructor Documentation
cv::MSER::MSER |
( |
int |
_delta, |
|
|
int |
_min_area, |
|
|
int |
_max_area, |
|
|
float |
_max_variation, |
|
|
float |
_min_diversity, |
|
|
int |
_max_evolution, |
|
|
double |
_area_threshold, |
|
|
double |
_min_margin, |
|
|
int |
_edge_blur_size | |
|
) |
| | |
Member Function Documentation
void cv::MSER::operator() |
( |
const Mat & |
image, |
|
|
vector< vector< Point > > & |
msers, |
|
|
const Mat & |
mask | |
|
) |
| | const |
The documentation for this class was generated from the following file: