#include <cv.hpp>
Public Member Functions | |
StarDetector () | |
StarDetector (int _maxSize, int _responseThreshold, int _lineThresholdProjected, int _lineThresholdBinarized, int _suppressNonmaxSize) | |
void | operator() (const Mat &image, vector< KeyPoint > &keypoints) const |
cv::StarDetector::StarDetector | ( | ) |
cv::StarDetector::StarDetector | ( | int | _maxSize, | |
int | _responseThreshold, | |||
int | _lineThresholdProjected, | |||
int | _lineThresholdBinarized, | |||
int | _suppressNonmaxSize | |||
) |