#include "normmatch.h"
#include <stdio.h>
#include <math.h>
#include "classify.h"
#include "clusttool.h"
#include "const.h"
#include "efio.h"
#include "emalloc.h"
#include "globals.h"
#include "helpers.h"
#include "normfeat.h"
#include "scanutils.h"
#include "unicharset.h"
#include "varable.h"
Classes | |
struct | NORM_PROTOS |
Namespaces | |
namespace | tesseract |
Functions | |
FLOAT32 | NormEvidenceOf (register FLOAT32 NormAdj) |
void | PrintNormMatch (FILE *File, int NumParams, PROTOTYPE *Proto, FEATURE Feature) |
NORM_PROTOS * | ReadNormProtos (FILE *File) |
Variables | |
double | classify_norm_adj_midpoint = 32.0 |
double | classify_norm_adj_curl = 2.0 |
---------------------------------------------------------------------------- Private Function Prototypes ----------------------------------------------------------------------------
---------------------------------------------------------------------------- Private Code ----------------------------------------------------------------------------
NORM_PROTOS* ReadNormProtos | ( | FILE * | File | ) |
double classify_norm_adj_curl = 2.0 |
"Norm adjust curl ..."
double classify_norm_adj_midpoint = 32.0 |
---------------------------------------------------------------------------- Variables ---------------------------------------------------------------------------- "Norm adjust midpoint ..."