#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 55 of file KeyPoint.h. |
|
|
Definition at line 66 of file KeyPoint.h. |
|
||||||||||||||||||||||||
|
Definition at line 60 of file KeyPoint.h. |
|
|
Definition at line 88 of file KeyPoint.h. |
|
|
Definition at line 96 of file KeyPoint.h. References _vec. Referenced by lfeat::CircularKeyPointDescriptor::makeDescriptor(). |
|
|
Definition at line 73 of file KeyPoint.h. |
|
|
Definition at line 49 of file KeyPoint.h. Referenced by lfeat::CircularKeyPointDescriptor::assignOrientation(), and lfeat::CircularKeyPointDescriptor::createDescriptor(). |
|
|
Definition at line 46 of file KeyPoint.h. Referenced by lfeat::CircularKeyPointDescriptor::assignOrientation(), and lfeat::CircularKeyPointDescriptor::createDescriptor(). |
|
|
Definition at line 47 of file KeyPoint.h. Referenced by lfeat::operator<(). |
|
|
Definition at line 48 of file KeyPoint.h. |
|
|
Definition at line 51 of file KeyPoint.h. Referenced by allocVector(), lfeat::CircularKeyPointDescriptor::createDescriptor(), and lfeat::CircularKeyPointDescriptor::makeDescriptor(). |
|
|
Definition at line 45 of file KeyPoint.h. Referenced by lfeat::CircularKeyPointDescriptor::assignOrientation(), and lfeat::CircularKeyPointDescriptor::createDescriptor(). |
|
|
Definition at line 45 of file KeyPoint.h. Referenced by lfeat::CircularKeyPointDescriptor::assignOrientation(), and lfeat::CircularKeyPointDescriptor::createDescriptor(). |
1.3.9.1