opencv  2.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
cv::StarDetector Class Reference

#include <features2d.hpp>

Inheritance diagram for cv::StarDetector:
CvStarDetectorParams

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
 
- Public Attributes inherited from CvStarDetectorParams
int lineThresholdBinarized
 
int lineThresholdProjected
 
int maxSize
 
int responseThreshold
 
int suppressNonmaxSize
 

Detailed Description

The "Star" Detector.

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

Constructor & Destructor Documentation

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

Member Function Documentation

cv::StarDetector::CV_WRAP_AS ( detect  ) const

finds the keypoints in the image

Member Data Documentation

CV_OUT vector<KeyPoint>& keypoints cv::StarDetector::const

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