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 () |
Public Member Functions inherited from CFeatureEntry | |
CFeatureEntry (int nSize, float x, float y, float angle, float scale, Vec3d point3d=Math3d::zero_vec) | |
CFeatureEntry (const float *pFeature, int nSize, float x, float y, float angle, float scale, Vec3d point3d=Math3d::zero_vec) | |
CFeatureEntry (const CFeatureEntry &featureEntry) | |
int | GetSize () const |
virtual int | GetSizeOnDisk () const |
virtual bool | ReadFromFile (FILE *pFile) |
virtual bool | ReadFromFileOld (FILE *pFile) |
virtual bool | WriteToFile (FILE *pFile) const |
~CFeatureEntry () | |
Public Member Functions inherited from CDynamicArrayElement | |
CDynamicArrayElement () | |
virtual bool | Equivalent (const CDynamicArrayElement *pElement) const |
virtual | ~CDynamicArrayElement () |
Additional Inherited Members | |
Public Types inherited from CFeatureEntry | |
enum | eFeatureType { tSIFT, tMSER, tPatch, tCCH, tLCCH, tNLCCH } |
Public Attributes inherited from CFeatureEntry | |
float | angle |
float * | m_pFeature |
Vec2d | point |
Vec3d | point3d |
float | scale |
Public Attributes inherited from CDynamicArrayElement | |
bool | bDelete |
Protected Attributes inherited from CFeatureEntry | |
int | m_nSize |
Data structure for the representation of simple squared patch features.
Definition at line 63 of file PatchFeatureEntry.h.
|
inline |
Definition at line 67 of file PatchFeatureEntry.h.
|
inline |
Definition at line 71 of file PatchFeatureEntry.h.
|
inline |
Definition at line 75 of file PatchFeatureEntry.h.
|
inlinevirtual |
Implements CFeatureEntry.
Definition at line 90 of file PatchFeatureEntry.h.
|
inlinevirtual |
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.
|
inlinevirtual |
Implements CFeatureEntry.
Definition at line 85 of file PatchFeatureEntry.h.
|
inline |
Definition at line 108 of file PatchFeatureEntry.h.