#include <features2d.hpp>
Public Member Functions | |
CV_WRAP_AS (detect) void operator()(const Mat &image | |
finds the keypoints in the image | |
CV_WRAP | StarDetector (int _maxSize, int _responseThreshold, int _lineThresholdProjected, int _lineThresholdBinarized, int _suppressNonmaxSize) |
the full constructor | |
CV_WRAP | StarDetector () |
the default constructor | |
Public Attributes | |
CV_OUT vector< KeyPoint > &keypoints | const |
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
CV_OUT vector<KeyPoint>& keypoints cv::StarDetector::const |