#include <cv.h>
Go to the source code of this file.
Classes | |
class | keypoint |
A 2D feature point as detected by a point detector (yape for example). More... | |
Functions | |
CvPoint | mcvPoint (keypoint &p) |
Convert a keypoint into a cvPoint from OpenCV. |
Definition in file keypoint.h.
CvPoint mcvPoint | ( | keypoint & | p | ) | [inline] |
Convert a keypoint into a cvPoint from OpenCV.
p | the point |
Definition at line 84 of file keypoint.h.
References keypoint::scale, keypoint::u, and keypoint::v.