|
Tesseract
3.02
|
Go to the source code of this file.
Macros | |
| #define | MFSIZE 6 |
| #define | XPOSITION 0 |
| #define | YPOSITION 1 |
| #define | MFLENGTH 2 |
| #define | ORIENTATION 3 |
| #define | FIRSTBULGE 4 |
| #define | SECONDBULGE 5 |
| #define | NextFeatureOf(L) ( (MICROFEATURE) first_node ( L ) ) |
Typedefs | |
| typedef LIST | MICROFEATURES |
| typedef FLOAT32 | MFBLOCK [MFSIZE] |
| typedef FLOAT32 * | MICROFEATURE |
Functions | |
| MICROFEATURE | NewMicroFeature () |
| void | FreeMicroFeatures (MICROFEATURES MicroFeatures) |
| #define NextFeatureOf | ( | L | ) | ( (MICROFEATURE) first_node ( L ) ) |
| typedef FLOAT32* MICROFEATURE |
| typedef LIST MICROFEATURES |
| void FreeMicroFeatures | ( | MICROFEATURES | MicroFeatures | ) |
Definition at line 45 of file mfdefs.cpp.
| MICROFEATURE NewMicroFeature | ( | ) |
Definition at line 29 of file mfdefs.cpp.