#include <cv.hpp>
List of all members.
Public Member Functions |
| KeyPoint () |
| KeyPoint (Point2f _pt, float _size, float _angle=-1, float _response=0, int _octave=0, int _class_id=-1) |
| KeyPoint (float x, float y, float _size, float _angle=-1, float _response=0, int _octave=0, int _class_id=-1) |
Public Attributes |
Point2f | pt |
float | size |
float | angle |
float | response |
int | octave |
int | class_id |
Constructor & Destructor Documentation
cv::KeyPoint::KeyPoint |
( |
) |
|
cv::KeyPoint::KeyPoint |
( |
Point2f |
_pt, |
|
|
float |
_size, |
|
|
float |
_angle = -1 , |
|
|
float |
_response = 0 , |
|
|
int |
_octave = 0 , |
|
|
int |
_class_id = -1 |
|
) |
| |
cv::KeyPoint::KeyPoint |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
_size, |
|
|
float |
_angle = -1 , |
|
|
float |
_response = 0 , |
|
|
int |
_octave = 0 , |
|
|
int |
_class_id = -1 |
|
) |
| |
Member Data Documentation
The documentation for this class was generated from the following file: