Hugin trunk 0.1
Loading...
Searching...
No Matches
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

◆ PointMatch()

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

Definition at line 35 of file PointMatch.h.

Member Data Documentation

◆ _img1_kp

KeyPointPtr lfeat::PointMatch::_img1_kp

Definition at line 42 of file PointMatch.h.

◆ _img1_x

double lfeat::PointMatch::_img1_x

Definition at line 39 of file PointMatch.h.

◆ _img1_y

double lfeat::PointMatch::_img1_y

Definition at line 39 of file PointMatch.h.

◆ _img2_kp

KeyPointPtr lfeat::PointMatch::_img2_kp

Definition at line 43 of file PointMatch.h.

◆ _img2_x

double lfeat::PointMatch::_img2_x

Definition at line 39 of file PointMatch.h.

◆ _img2_y

double lfeat::PointMatch::_img2_y

Definition at line 39 of file PointMatch.h.


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