cv::StarDetector Class Reference

#include <cv.hpp>

List of all members.

Public Member Functions

 StarDetector ()
 StarDetector (int _maxSize, int _responseThreshold, int _lineThresholdProjected, int _lineThresholdBinarized, int _suppressNonmaxSize)
void operator() (const Mat &image, vector< KeyPoint > &keypoints) const

Constructor & Destructor Documentation

cv::StarDetector::StarDetector (  )
cv::StarDetector::StarDetector ( int  _maxSize,
int  _responseThreshold,
int  _lineThresholdProjected,
int  _lineThresholdBinarized,
int  _suppressNonmaxSize 
)

Member Function Documentation

void cv::StarDetector::operator() ( const Mat image,
vector< KeyPoint > &  keypoints 
) const

The documentation for this class was generated from the following file: