Data structure for the representation of simple squared patch features. More...
#include <PatchFeatureEntry.h>
Public Member Functions | |
CFeatureEntry * | Clone () const |
CPatchFeatureEntry (const float *pFeature, int nSize, float x, float y, float angle, float scale) | |
CPatchFeatureEntry () | |
CPatchFeatureEntry (const CPatchFeatureEntry &featureEntry) | |
float | Error (const CDynamicArrayElement *pElement) const |
bool | ExtractFeature (const CByteImage *pImage, int nWindowSize, float x, float y) |
eFeatureType | GetType () const |
void | NormalizeIntensity () |
Data structure for the representation of simple squared patch features.
Definition at line 63 of file PatchFeatureEntry.h.
CPatchFeatureEntry::CPatchFeatureEntry | ( | const float * | pFeature, |
int | nSize, | ||
float | x, | ||
float | y, | ||
float | angle, | ||
float | scale | ||
) | [inline] |
Definition at line 67 of file PatchFeatureEntry.h.
CPatchFeatureEntry::CPatchFeatureEntry | ( | ) | [inline] |
Definition at line 71 of file PatchFeatureEntry.h.
CPatchFeatureEntry::CPatchFeatureEntry | ( | const CPatchFeatureEntry & | featureEntry | ) | [inline] |
Definition at line 75 of file PatchFeatureEntry.h.
CFeatureEntry* CPatchFeatureEntry::Clone | ( | ) | const [inline, virtual] |
Implements CFeatureEntry.
Definition at line 90 of file PatchFeatureEntry.h.
float CPatchFeatureEntry::Error | ( | const CDynamicArrayElement * | pElement | ) | const [inline, virtual] |
Implements CFeatureEntry.
Definition at line 95 of file PatchFeatureEntry.h.
bool CPatchFeatureEntry::ExtractFeature | ( | const CByteImage * | pImage, |
int | nWindowSize, | ||
float | x, | ||
float | y | ||
) |
Definition at line 54 of file PatchFeatureEntry.cpp.
eFeatureType CPatchFeatureEntry::GetType | ( | ) | const [inline, virtual] |
Implements CFeatureEntry.
Definition at line 85 of file PatchFeatureEntry.h.
void CPatchFeatureEntry::NormalizeIntensity | ( | ) | [inline] |
Definition at line 108 of file PatchFeatureEntry.h.