|
Hugin trunk 0.1
|
#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 |
Definition at line 32 of file PointMatch.h.
|
inline |
Definition at line 35 of file PointMatch.h.
| KeyPointPtr lfeat::PointMatch::_img1_kp |
Definition at line 42 of file PointMatch.h.
| double lfeat::PointMatch::_img1_x |
Definition at line 39 of file PointMatch.h.
| double lfeat::PointMatch::_img1_y |
Definition at line 39 of file PointMatch.h.
| KeyPointPtr lfeat::PointMatch::_img2_kp |
Definition at line 43 of file PointMatch.h.
| double lfeat::PointMatch::_img2_x |
Definition at line 39 of file PointMatch.h.
| double lfeat::PointMatch::_img2_y |
Definition at line 39 of file PointMatch.h.