Public Member Functions | Public Attributes
cv::StarDetector Class Reference

The "Star" Detector. More...

#include <features2d.hpp>

Inherits CvStarDetectorParams.

List of all members.

Public Member Functions

CV_WRAP StarDetector ()
 the default constructor
CV_WRAP StarDetector (int _maxSize, int _responseThreshold, int _lineThresholdProjected, int _lineThresholdBinarized, int _suppressNonmaxSize)
 the full constructor
 CV_WRAP_AS (detect) void operator()(const Mat &image
 finds the keypoints in the image

Public Attributes

CV_OUT vector< KeyPoint >
&keypoints 
const
int maxSize
int responseThreshold
int lineThresholdProjected
int lineThresholdBinarized
int suppressNonmaxSize

Detailed Description

The "Star" Detector.

The class implements the keypoint detector introduced by K. Konolige.


Constructor & Destructor Documentation

the default constructor

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

the full constructor


Member Function Documentation

cv::StarDetector::CV_WRAP_AS ( detect  ) const

finds the keypoints in the image


Member Data Documentation


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