#include <features2d.hpp>
Public Member Functions | |
virtual void | read (const FileNode &fn) |
StarFeatureDetector (int maxSize, int responseThreshold=30, int lineThresholdProjected=10, int lineThresholdBinarized=8, int suppressNonmaxSize=5) | |
StarFeatureDetector (const CvStarDetectorParams ¶ms=cvStarDetectorParams()) | |
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 | |
StarDetector | star |
cv::StarFeatureDetector::StarFeatureDetector | ( | const CvStarDetectorParams & | params = cvStarDetectorParams() |
) |
cv::StarFeatureDetector::StarFeatureDetector | ( | int | maxSize, | |
int | responseThreshold = 30 , |
|||
int | lineThresholdProjected = 10 , |
|||
int | lineThresholdBinarized = 8 , |
|||
int | suppressNonmaxSize = 5 | |||
) |
virtual void cv::StarFeatureDetector::detectImpl | ( | const Mat & | image, | |
vector< KeyPoint > & | keypoints, | |||
const Mat & | mask = Mat() | |||
) | const [protected, virtual] |
Implements cv::FeatureDetector.
virtual void cv::StarFeatureDetector::read | ( | const FileNode & | fn | ) | [virtual] |
Reimplemented from cv::FeatureDetector.
virtual void cv::StarFeatureDetector::write | ( | FileStorage & | fs | ) | const [virtual] |
Reimplemented from cv::FeatureDetector.
StarDetector cv::StarFeatureDetector::star [protected] |