|
tesseract
4.00.00dev
|
#include "ocrfeatures.h"Go to the source code of this file.
Macros | |
| #define | LENGTH_COMPRESSION (10.0) |
Enumerations | |
| enum | NORM_PARAM_NAME { CharNormY, CharNormLength, CharNormRx, CharNormRy } |
Functions | |
| FLOAT32 | ActualOutlineLength (FEATURE Feature) |
| FEATURE_SET | ExtractCharNormFeatures (const INT_FX_RESULT_STRUCT &fx_info) |
| #define LENGTH_COMPRESSION (10.0) |
| enum NORM_PARAM_NAME |
| Enumerator | |
|---|---|
| CharNormY | |
| CharNormLength | |
| CharNormRx | |
| CharNormRy | |
Definition at line 28 of file normfeat.h.
Return the length of the outline in baseline normalized form.
Definition at line 32 of file normfeat.cpp.
| FEATURE_SET ExtractCharNormFeatures | ( | const INT_FX_RESULT_STRUCT & | fx_info | ) |
Return the character normalization feature for a blob.
The features returned are in a scale where the x-height has been normalized to live in the region y = [-0.25 .. 0.25]. Example ranges for English below are based on the Linux font collection on 2009-12-04:
Definition at line 61 of file normfeat.cpp.