Tesseract 3.01
/data/source/tesseract-ocr/classify/mfdefs.h File Reference
#include "oldlist.h"
#include "matchdefs.h"
#include "xform2d.h"

Go to the source code of this file.

Defines

#define MFSIZE   6
#define XPOSITION   0
#define YPOSITION   1
#define MFLENGTH   2
#define ORIENTATION   3
#define FIRSTBULGE   4
#define SECONDBULGE   5
#define NextFeatureOf(L)   ( (MICROFEATURE) first_node ( L ) )

Typedefs

typedef LIST MICROFEATURES
typedef FLOAT32 MFBLOCK [MFSIZE]
typedef FLOAT32MICROFEATURE

Functions

MICROFEATURE NewMicroFeature ()
void FreeMicroFeatures (MICROFEATURES MicroFeatures)

Define Documentation

#define FIRSTBULGE   4
#define MFLENGTH   2
#define MFSIZE   6
#define NextFeatureOf (   L)    ( (MICROFEATURE) first_node ( L ) )

---------------------------------------------------------------------------- Macros ----------------------------------------------------------------------------

#define ORIENTATION   3
#define SECONDBULGE   5
#define XPOSITION   0
#define YPOSITION   1

Typedef Documentation

typedef FLOAT32 MFBLOCK[MFSIZE]

---------------------------------------------------------------------------- Include Files and Type Defines ----------------------------------------------------------------------------


Function Documentation

void FreeMicroFeatures ( MICROFEATURES  MicroFeatures)
MICROFEATURE NewMicroFeature ( )

---------------------------------------------------------------------------- Public Function Prototypes ----------------------------------------------------------------------------

---------------------------------------------------------------------------- Include Files and Type Defines ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines