|
bazar
1.3.1
|
|
Files | |
| file | keypoint.h |
Classes | |
| class | keypoint |
| A 2D feature point as detected by a point detector (yape for example). More... | |
| class | keypoint_match |
| A match between two keypoint s. Contains a pointer on each keypoint, a score, and outlier boolean field. More... | |
| class | keypoint_orientation_corrector |
| Normalize local patches against rotation. More... | |
| class | yape |
| YAPE feature point detector. More... | |
| class | pyr_yape |
| Pyramidal YAPE (Feature point extractor) More... | |
Functions | |
| CvPoint | mcvPoint (keypoint &p) |
| Convert a keypoint into a cvPoint from OpenCV. | |
|
inline |
Convert a keypoint into a cvPoint from OpenCV.
| p | the point |
Definition at line 69 of file keypoint.h.
References cvPoint(), keypoint::scale, keypoint::u, and keypoint::v.
1.8.1.2