opencv
2.2.0
|
#include <features2d.hpp>
Public Member Functions | |
CV_WRAP_AS (detect) void operator()(const Mat &image | |
finds the keypoints in the image | |
CV_WRAP | StarDetector () |
the default constructor | |
CV_WRAP | StarDetector (int _maxSize, int _responseThreshold, int _lineThresholdProjected, int _lineThresholdBinarized, int _suppressNonmaxSize) |
the full constructor | |
Public Attributes | |
CV_OUT vector< KeyPoint > &keypoints | const |
![]() | |
int | lineThresholdBinarized |
int | lineThresholdProjected |
int | maxSize |
int | responseThreshold |
int | suppressNonmaxSize |
The "Star" Detector.
The class implements the keypoint detector introduced by K. Konolige.
CV_WRAP cv::StarDetector::StarDetector | ( | ) |
the default constructor
CV_WRAP cv::StarDetector::StarDetector | ( | int | _maxSize, |
int | _responseThreshold, | ||
int | _lineThresholdProjected, | ||
int | _lineThresholdBinarized, | ||
int | _suppressNonmaxSize | ||
) |
the full constructor
cv::StarDetector::CV_WRAP_AS | ( | detect | ) | const |
finds the keypoints in the image