#include "picofeat.h"#include "mfoutline.h"#include "hideedge.h"#include "fpoint.h"#include "varable.h"#include <math.h>#include "ocrfeatures.h"#include <stdio.h>#include "efio.h"Functions | |
| void | ConvertSegmentToPicoFeat (FPOINT *Start, FPOINT *End, FEATURE_SET FeatureSet) |
| void | ConvertToPicoFeatures2 (MFOUTLINE Outline, FEATURE_SET FeatureSet) |
| void | NormalizePicoX (FEATURE_SET FeatureSet) |
| FEATURE_SET | ExtractPicoFeatures (TBLOB *Blob, LINE_STATS *LineStats) |
Variables | |
| double | classify_pico_feature_length = 0.05 |
| void ConvertSegmentToPicoFeat | ( | FPOINT * | Start, | |
| FPOINT * | End, | |||
| FEATURE_SET | FeatureSet | |||
| ) |
---------------------------------------------------------------------------- Private Code ----------------------------------------------------------------------------
| void ConvertToPicoFeatures2 | ( | MFOUTLINE | Outline, | |
| FEATURE_SET | FeatureSet | |||
| ) |
| FEATURE_SET ExtractPicoFeatures | ( | TBLOB * | Blob, | |
| LINE_STATS * | LineStats | |||
| ) |
---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------
| void NormalizePicoX | ( | FEATURE_SET | FeatureSet | ) |
| double classify_pico_feature_length = 0.05 |
---------------------------------------------------------------------------- Include Files and Type Defines ---------------------------------------------------------------------------- "Pico Feature Length"
1.6.3