Go to the source code of this file.
| #define CHARSETSIZE (LASTCHAR-FIRSTCHAR+1) |
| #define FILENAMESIZE 1024 |
Max permissible path name length
Definition at line 72 of file const.h.
Referenced by edit_with_ocr().
| #define FX 2 |
FX, feature extractor, process id
Definition at line 130 of file const.h.
Referenced by program_init().
| #define FXSELECT 0x10 |
| #define MAXFLOAT 2000000000.0f |
| #define MAXINT 2147483647 |
Max value of an int
Definition at line 60 of file const.h.
Referenced by LengthOfShortestAlphaRun(), record_certainty(), render_segmentation(), and setup_outline().
| #define OCR 4 |
OCR process id
Definition at line 134 of file const.h.
Referenced by cc_recog(), and program_init().
| #define PI 3.14159265359 |
PI
Definition at line 66 of file const.h.
Referenced by AddProtoToProtoPruner(), angle_change(), CompareProtos(), ComputeBulges(), ComputePaddedBoundingBox(), FillABC(), InitIntegerFX(), InitTableFiller(), NewEllipticalProto(), NewSphericalProto(), Normalize(), NormalizedAngleFrom(), ReadPrototype(), RenderIntFeature(), RenderIntProto(), and SmearBulges().
| #define REALSCALE ((double)(1<<VECSCALE)) |
| #define VECSCALE 3 |
Vector scaling factor in fx
Definition at line 49 of file const.h.
Referenced by ComputeBlobCenter().
1.5.1