Hugintrunk  0.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
lfeat::PointMatch Struct Reference

#include <PointMatch.h>

Public Member Functions

 PointMatch (KeyPointPtr &aPM1, KeyPointPtr &aPM2)
 

Public Attributes

double _img1_x
 
double _img1_y
 
double _img2_x
 
double _img2_y
 
KeyPointPtr _img1_kp
 
KeyPointPtr _img2_kp
 

Detailed Description

Definition at line 32 of file PointMatch.h.

Constructor & Destructor Documentation

lfeat::PointMatch::PointMatch ( KeyPointPtr aPM1,
KeyPointPtr aPM2 
)
inline

Definition at line 35 of file PointMatch.h.

Member Data Documentation

KeyPointPtr lfeat::PointMatch::_img1_kp

Definition at line 42 of file PointMatch.h.

double lfeat::PointMatch::_img1_x

Definition at line 37 of file PointMatch.h.

Referenced by lfeat::Homography::addMatch(), and lfeat::Ransac::calcError().

double lfeat::PointMatch::_img1_y

Definition at line 37 of file PointMatch.h.

Referenced by lfeat::Homography::addMatch(), and lfeat::Ransac::calcError().

KeyPointPtr lfeat::PointMatch::_img2_kp

Definition at line 43 of file PointMatch.h.

double lfeat::PointMatch::_img2_x

Definition at line 37 of file PointMatch.h.

Referenced by lfeat::Homography::addMatch(), and lfeat::Ransac::calcError().

double lfeat::PointMatch::_img2_y

Definition at line 37 of file PointMatch.h.

Referenced by lfeat::Homography::addMatch(), and lfeat::Ransac::calcError().


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