Go to the source code of this file.
Classes | |
| struct | _FEATURE_DATA |
Defines | |
| #define | COL_POS 0 |
| #define | COL_HST 1 |
| #define | GABOR_POS 2 |
| #define | GABOR_HST 3 |
| #define | FREQ_MAX 0xff |
| #define | WOLFGANG_HACK |
| #define | MAX_WIDTH 256 |
| #define | MAX_HEIGHT 256 |
Typedefs | |
| typedef unsigned int | freq_type |
| typedef struct _FEATURE_DATA | FEATURE_DATA |
| #define COL_HST 1 |
Definition at line 7 of file gift_features.h.
Referenced by CQInvertedFile::init(), CWFStandardTF::subApply(), CWFClassicalIDF::subApply(), CWFBinaryTerm::subApply(), CWFBestProbabilistic::subApply(), CWFBestFullyWeighted::subApply(), CWeightingFunction::subApply(), and write_feature_descriptions().
| #define COL_POS 0 |
Definition at line 5 of file gift_features.h.
Referenced by CQInvertedFile::init(), and write_feature_descriptions().
| #define FREQ_MAX 0xff |
| #define GABOR_HST 3 |
Definition at line 10 of file gift_features.h.
Referenced by CQInvertedFile::init(), CWFStandardTF::subApply(), CWFClassicalIDF::subApply(), CWFBinaryTerm::subApply(), CWFBestProbabilistic::subApply(), CWFBestFullyWeighted::subApply(), CWeightingFunction::subApply(), and write_feature_descriptions().
| #define GABOR_POS 2 |
Definition at line 8 of file gift_features.h.
Referenced by CQInvertedFile::init(), main(), and write_feature_descriptions().
| #define MAX_HEIGHT 256 |
| #define MAX_WIDTH 256 |
| #define WOLFGANG_HACK |
Definition at line 25 of file gift_features.h.
| typedef struct _FEATURE_DATA FEATURE_DATA |
| typedef unsigned int freq_type |
Definition at line 15 of file gift_features.h.
1.5.6