#include "mfdefs.h"
#include "params.h"
Go to the source code of this file.
Public Function Prototypes
Public Code
Definition at line 62 of file mfx.cpp.
78 LIST RemainingOutlines;
84 RemainingOutlines = Outlines;
90 RemainingOutlines = Outlines;
void CharNormalizeOutline(MFOUTLINE Outline, const DENORM &cn_denorm)
double classify_min_slope
void FindDirectionChanges(MFOUTLINE Outline, FLOAT32 MinSlope, FLOAT32 MaxSlope)
LIST ConvertBlob(TBLOB *blob)
void FreeOutlines(LIST Outlines)
void MarkDirectionChanges(MFOUTLINE Outline)
MICROFEATURES ConvertToMicroFeatures(MFOUTLINE Outline, MICROFEATURES MicroFeatures)
double classify_max_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.