bazar  1.3.1
Files | Classes | Functions
Feature points detection
Garfeild: key points detection and matching
Collaboration diagram for Feature points detection:

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.

Detailed Description

Function Documentation

CvPoint mcvPoint ( keypoint p)
inline

Convert a keypoint into a cvPoint from OpenCV.

Parameters
pthe point

Definition at line 69 of file keypoint.h.

References cvPoint(), keypoint::scale, keypoint::u, and keypoint::v.