tesseract v5.3.3.20231005
|
#include "picofeat.h"
#include "classify.h"
#include "featdefs.h"
#include "fpoint.h"
#include "mfoutline.h"
#include "ocrfeatures.h"
#include "params.h"
#include "trainingsample.h"
#include <cmath>
#include <cstdio>
Go to the source code of this file.
Namespaces | |
namespace | tesseract |
Functions | |
void | tesseract::ConvertSegmentToPicoFeat (FPOINT *Start, FPOINT *End, FEATURE_SET FeatureSet) |
void | tesseract::ConvertToPicoFeatures2 (MFOUTLINE Outline, FEATURE_SET FeatureSet) |
void | tesseract::NormalizePicoX (FEATURE_SET FeatureSet) |
Variables | |
double | tesseract::classify_pico_feature_length = 0.05 |