#include <features2d.hpp>
Public Member Functions | |
MserFeatureDetector (int delta, int minArea, int maxArea, double maxVariation, double minDiversity, int maxEvolution, double areaThreshold, double minMargin, int edgeBlurSize) | |
MserFeatureDetector (CvMSERParams params=cvMSERParams()) | |
virtual void | read (const FileNode &fn) |
virtual void | write (FileStorage &fs) const |
Protected Member Functions | |
virtual void | detectImpl (const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const |
Protected Attributes | |
MSER | mser |
cv::MserFeatureDetector::MserFeatureDetector | ( | CvMSERParams | params = cvMSERParams() |
) |
cv::MserFeatureDetector::MserFeatureDetector | ( | int | delta, | |
int | minArea, | |||
int | maxArea, | |||
double | maxVariation, | |||
double | minDiversity, | |||
int | maxEvolution, | |||
double | areaThreshold, | |||
double | minMargin, | |||
int | edgeBlurSize | |||
) |
virtual void cv::MserFeatureDetector::detectImpl | ( | const Mat & | image, | |
vector< KeyPoint > & | keypoints, | |||
const Mat & | mask = Mat() | |||
) | const [protected, virtual] |
Implements cv::FeatureDetector.
virtual void cv::MserFeatureDetector::read | ( | const FileNode & | fn | ) | [virtual] |
Reimplemented from cv::FeatureDetector.
virtual void cv::MserFeatureDetector::write | ( | FileStorage & | fs | ) | const [virtual] |
Reimplemented from cv::FeatureDetector.
MSER cv::MserFeatureDetector::mser [protected] |