Go to the source code of this file.
Public Function Prototypes
Public Code
Definition at line 62 of file mfx.cpp.
79 LIST RemainingOutlines;
87 if (!
ExtractIntFeat(Blob, denorm, blfeatures, cnfeatures, &results))
89 XScale = 0.2f / results.
Ry;
90 YScale = 0.2f / results.
Rx;
92 RemainingOutlines = Outlines;
100 RemainingOutlines = Outlines;
void FindDirectionChanges(MFOUTLINE Outline, FLOAT32 MinSlope, FLOAT32 MaxSlope)
void CharNormalizeOutline(MFOUTLINE Outline, FLOAT32 XCenter, FLOAT32 YCenter, FLOAT32 XScale, FLOAT32 YScale)
void MarkDirectionChanges(MFOUTLINE Outline)
void FreeOutlines(LIST Outlines)
double classify_max_slope
LIST ConvertBlob(TBLOB *blob)
INT_FEATURE_STRUCT INT_FEATURE_ARRAY[MAX_NUM_INT_FEATURES]
int ExtractIntFeat(TBLOB *Blob, const DENORM &denorm, INT_FEATURE_ARRAY BLFeat, INT_FEATURE_ARRAY CNFeat, INT_FX_RESULT_STRUCT *Results, inT32 *FeatureOutlineArray)
MICROFEATURES ConvertToMicroFeatures(MFOUTLINE Outline, MICROFEATURES MicroFeatures)
double classify_min_slope
| double classify_max_slope = 2.414213562 |
"Slope above which lines are called vertical"
Definition at line 39 of file mfx.cpp.
| double classify_min_slope = 0.414213562 |
Include Files and Type Defines
Variables
"Slope below which lines are called horizontal"
Definition at line 37 of file mfx.cpp.