Data structure for the representation of SIFT features. More...
#include <SIFTFeatureEntry.h>
Public Member Functions | |
CFeatureEntry * | Clone () const |
CSIFTFeatureEntry (float *data, float x, float y, float angle, float scale) | |
CSIFTFeatureEntry (float x, float y, float angle, float scale) | |
CSIFTFeatureEntry () | |
CSIFTFeatureEntry (const CSIFTFeatureEntry &featureEntry) | |
float | Error (const CDynamicArrayElement *pElement) const |
eFeatureType | GetType () const |
Data structure for the representation of SIFT features.
Definition at line 62 of file SIFTFeatureEntry.h.
CSIFTFeatureEntry::CSIFTFeatureEntry | ( | float * | data, |
float | x, | ||
float | y, | ||
float | angle, | ||
float | scale | ||
) | [inline] |
Definition at line 66 of file SIFTFeatureEntry.h.
CSIFTFeatureEntry::CSIFTFeatureEntry | ( | float | x, |
float | y, | ||
float | angle, | ||
float | scale | ||
) | [inline] |
Definition at line 70 of file SIFTFeatureEntry.h.
CSIFTFeatureEntry::CSIFTFeatureEntry | ( | ) | [inline] |
Definition at line 74 of file SIFTFeatureEntry.h.
CSIFTFeatureEntry::CSIFTFeatureEntry | ( | const CSIFTFeatureEntry & | featureEntry | ) | [inline] |
Definition at line 78 of file SIFTFeatureEntry.h.
CFeatureEntry* CSIFTFeatureEntry::Clone | ( | ) | const [inline, virtual] |
Implements CFeatureEntry.
Definition at line 89 of file SIFTFeatureEntry.h.
float CSIFTFeatureEntry::Error | ( | const CDynamicArrayElement * | pElement | ) | const [inline, virtual] |
Implements CFeatureEntry.
Definition at line 94 of file SIFTFeatureEntry.h.
eFeatureType CSIFTFeatureEntry::GetType | ( | ) | const [inline, virtual] |
Implements CFeatureEntry.
Definition at line 84 of file SIFTFeatureEntry.h.