All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
picofeat.h File Reference
#include "ocrfeatures.h"
#include "params.h"

Go to the source code of this file.

Macros

#define MAX_PICO_FEATURES   (1000)
 
#define GetPicoFeatureLength()   (PicoFeatureLength)
 

Enumerations

enum  IntParams { IntX, IntY, IntDir }
 
enum  GeoParams { GeoBottom, GeoTop, GeoWidth, GeoCount }
 
enum  PICO_FEAT_PARAM_NAME { PicoFeatY, PicoFeatDir, PicoFeatX }
 

Variables

double classify_pico_feature_length = 0.05
 
FLOAT32 PicoFeatureLength
 

Macro Definition Documentation

#define GetPicoFeatureLength ( )    (PicoFeatureLength)

Public Function Prototypes

Definition at line 59 of file picofeat.h.

#define MAX_PICO_FEATURES   (1000)

Definition at line 47 of file picofeat.h.

Enumeration Type Documentation

enum GeoParams
Enumerator
GeoBottom 
GeoTop 
GeoWidth 
GeoCount 

Definition at line 35 of file picofeat.h.

35  {
36  GeoBottom, // Bounding box bottom in baseline space (0-255).
37  GeoTop, // Bounding box top in baseline space (0-255).
38  GeoWidth, // Bounding box width in baseline space (0-255).
39 
40  GeoCount // Number of geo features.
41 };
enum IntParams

Include Files and Type Defines

Enumerator
IntX 
IntY 
IntDir 

Definition at line 28 of file picofeat.h.

28  {
29  IntX, // x-position (0-255).
30  IntY, // y-position (0-255).
31  IntDir // Direction (0-255, circular).
32 };
Definition: picofeat.h:29
Definition: picofeat.h:30
Enumerator
PicoFeatY 
PicoFeatDir 
PicoFeatX 

Definition at line 43 of file picofeat.h.

Variable Documentation

double classify_pico_feature_length = 0.05

"Pico Feature Length"

Definition at line 39 of file picofeat.cpp.

FLOAT32 PicoFeatureLength

Global Data Definitions and Declarations