Hugintrunk
0.1
|
#include <KeyPoint.h>
Public Member Functions | |
KeyPoint () | |
KeyPoint (const KeyPoint &k) | |
KeyPoint (double x, double y, double s, double score, int trace) | |
KeyPoint & | operator= (const KeyPoint &k) throw () |
~KeyPoint () | |
void | allocVector (int iSize) |
Public Attributes | |
double | _x |
double | _y |
double | _scale |
double | _score |
int | _trace |
double | _ori |
double * | _vec |
Definition at line 32 of file KeyPoint.h.
|
inline |
Definition at line 54 of file KeyPoint.h.
|
inline |
Definition at line 65 of file KeyPoint.h.
|
inline |
Definition at line 59 of file KeyPoint.h.
|
inline |
Definition at line 88 of file KeyPoint.h.
References _vec.
|
inline |
Definition at line 96 of file KeyPoint.h.
References _vec.
Referenced by lfeat::CircularKeyPointDescriptor::makeDescriptor().
Definition at line 72 of file KeyPoint.h.
References _x.
double lfeat::KeyPoint::_ori |
Definition at line 48 of file KeyPoint.h.
Referenced by lfeat::CircularKeyPointDescriptor::assignOrientation(), and lfeat::CircularKeyPointDescriptor::createDescriptor().
double lfeat::KeyPoint::_scale |
Definition at line 45 of file KeyPoint.h.
Referenced by lfeat::CircularKeyPointDescriptor::assignOrientation(), and lfeat::CircularKeyPointDescriptor::createDescriptor().
double lfeat::KeyPoint::_score |
Definition at line 46 of file KeyPoint.h.
Referenced by lfeat::operator<().
int lfeat::KeyPoint::_trace |
Definition at line 47 of file KeyPoint.h.
double* lfeat::KeyPoint::_vec |
Definition at line 50 of file KeyPoint.h.
Referenced by allocVector(), lfeat::CircularKeyPointDescriptor::createDescriptor(), lfeat::CircularKeyPointDescriptor::makeDescriptor(), and ~KeyPoint().
double lfeat::KeyPoint::_x |
Definition at line 44 of file KeyPoint.h.
Referenced by lfeat::CircularKeyPointDescriptor::assignOrientation(), lfeat::CircularKeyPointDescriptor::createDescriptor(), and operator=().
double lfeat::KeyPoint::_y |
Definition at line 44 of file KeyPoint.h.
Referenced by lfeat::CircularKeyPointDescriptor::assignOrientation(), and lfeat::CircularKeyPointDescriptor::createDescriptor().