#include "ocrfeatures.h"#include "tessclas.h"#include "fxdefs.h"#include "varable.h"Go to the source code of this file.
Defines | |
| #define | MAX_PICO_FEATURES (1000) |
| #define | GetPicoFeatureLength() (PicoFeatureLength) |
Enumerations | |
| enum | PICO_FEAT_PARAM_NAME { PicoFeatY, PicoFeatDir, PicoFeatX } |
Functions | |
| FEATURE_SET | ExtractPicoFeatures (TBLOB *Blob, LINE_STATS *LineStats) |
Variables | |
| double | classify_pico_feature_length = 0.05 |
| FEATURE_DESC_STRUCT | PicoFeatDesc |
| FLOAT32 | PicoFeatureLength |
| #define GetPicoFeatureLength | ( | ) | (PicoFeatureLength) |
---------------------------------------------------------------------------- Public Function Prototypes ----------------------------------------------------------------------------
| #define MAX_PICO_FEATURES (1000) |
| enum PICO_FEAT_PARAM_NAME |
| FEATURE_SET ExtractPicoFeatures | ( | TBLOB * | Blob, | |
| LINE_STATS * | LineStats | |||
| ) |
---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------
| double classify_pico_feature_length = 0.05 |
"Pico Feature Length"
---------------------------------------------------------------------------- Include Files and Type Defines ---------------------------------------------------------------------------- "Pico Feature Length"
---------------------------------------------------------------------------- Global Data Definitions and Declarations ----------------------------------------------------------------------------
1.6.3