#include <mserdetector.h>
Public Types | |
| typedef cv::Seq< cv::Point > | Contour |
| typedef cv::SeqIterator< CvSeq * > | iterator |
Public Member Functions | |
| MSERDetector () | |
| unsigned | mser (cv::Mat &mat, cv::Mat mask) |
| iterator | begin () |
| unsigned | size () |
| void | getRegion (Contour &c, MSERegion &r) |
| MSERegion | getRegion (Contour &c) |
Public Attributes | |
| CvMSERParams | params |
| cv::MemStorage | storage |
| cv::Seq< CvSeq * > | contours |
Definition at line 30 of file mserdetector.h.
| typedef cv::Seq<cv::Point> MSERDetector::Contour |
Definition at line 41 of file mserdetector.h.
| typedef cv::SeqIterator<CvSeq*> MSERDetector::iterator |
Definition at line 42 of file mserdetector.h.
| MSERDetector::MSERDetector | ( | ) |
| iterator MSERDetector::begin | ( | ) | [inline] |
Definition at line 48 of file mserdetector.cpp.
References MSERegion::c, MSERegion::e1, and MSERegion::e2.
Referenced by getRegion().
| unsigned MSERDetector::mser | ( | cv::Mat & | mat, | |
| cv::Mat | mask | |||
| ) |
| unsigned MSERDetector::size | ( | ) | [inline] |
| cv::Seq<CvSeq*> MSERDetector::contours |
| CvMSERParams MSERDetector::params |
| cv::MemStorage MSERDetector::storage |
1.5.9