#include "picofeat.h"
#include "classify.h"
#include "efio.h"
#include "featdefs.h"
#include "fpoint.h"
#include "mfoutline.h"
#include "ocrfeatures.h"
#include "params.h"
#include "trainingsample.h"
#include <math.h>
#include <stdio.h>
Namespaces | |
namespace | tesseract |
Functions | |
void | ConvertSegmentToPicoFeat (FPOINT *Start, FPOINT *End, FEATURE_SET FeatureSet) |
void | ConvertToPicoFeatures2 (MFOUTLINE Outline, FEATURE_SET FeatureSet) |
void | NormalizePicoX (FEATURE_SET FeatureSet) |
FEATURE_SET | ExtractIntCNFeatures (TBLOB *blob, const DENORM &denorm) |
FEATURE_SET | ExtractIntGeoFeatures (TBLOB *blob, const DENORM &denorm) |
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 ExtractIntCNFeatures | ( | TBLOB * | blob, | |
const DENORM & | denorm | |||
) |
FEATURE_SET ExtractIntGeoFeatures | ( | TBLOB * | blob, | |
const DENORM & | denorm | |||
) |
void NormalizePicoX | ( | FEATURE_SET | FeatureSet | ) |
double classify_pico_feature_length = 0.05 |
---------------------------------------------------------------------------- Include Files and Type Defines ---------------------------------------------------------------------------- "Pico Feature Length"