opencv
2.2.0
|
#include <features2d.hpp>
Public Member Functions | |
virtual void | read (const FileNode &fn) |
StarFeatureDetector (const CvStarDetectorParams ¶ms=cvStarDetectorParams()) | |
StarFeatureDetector (int maxSize, int responseThreshold=30, int lineThresholdProjected=10, int lineThresholdBinarized=8, int suppressNonmaxSize=5) | |
virtual void | write (FileStorage &fs) const |
![]() | |
void | detect (const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const |
void | detect (const vector< Mat > &images, vector< vector< KeyPoint > > &keypoints, const vector< Mat > &masks=vector< Mat >()) const |
virtual | ~FeatureDetector () |
Protected Member Functions | |
virtual void | detectImpl (const Mat &image, vector< KeyPoint > &keypoints, const Mat &mask=Mat()) const |
Protected Attributes | |
StarDetector | star |
Additional Inherited Members | |
![]() | |
static Ptr< FeatureDetector > | create (const string &detectorType) |
![]() | |
static void | removeInvalidPoints (const Mat &mask, vector< KeyPoint > &keypoints) |
cv::StarFeatureDetector::StarFeatureDetector | ( | const CvStarDetectorParams & | params = cvStarDetectorParams() | ) |
cv::StarFeatureDetector::StarFeatureDetector | ( | int | maxSize, |
int | responseThreshold = 30 , |
||
int | lineThresholdProjected = 10 , |
||
int | lineThresholdBinarized = 8 , |
||
int | suppressNonmaxSize = 5 |
||
) |
|
protectedvirtual |
Implements cv::FeatureDetector.
Reimplemented from cv::FeatureDetector.
|
virtual |
Reimplemented from cv::FeatureDetector.
|
protected |