35 "Slope below which lines are called horizontal");
37 "Slope above which lines are called vertical");
64 LIST RemainingOutlines;
67 if (Blob !=
nullptr) {
70 RemainingOutlines = Outlines;
76 RemainingOutlines = Outlines;
106 if (DegenerateOutline (Outline))
107 return (MicroFeatures);
113 if (!PointAt(Current)->Hidden) {
120 while (Last != First);
122 return (MicroFeatures);
#define double_VAR(name, val, comment)
float DistanceBetween(FPOINT A, FPOINT B)
float NormalizedAngleFrom(FPOINT *Point1, FPOINT *Point2, float FullScale)
MICROFEATURE NewMicroFeature()
LIST ConvertBlob(TBLOB *blob)
void FreeOutlines(LIST Outlines)
void FindDirectionChanges(MFOUTLINE Outline, float MinSlope, float MaxSlope)
MFOUTLINE NextExtremity(MFOUTLINE EdgePoint)
void CharNormalizeOutline(MFOUTLINE Outline, const DENORM &cn_denorm)
void MarkDirectionChanges(MFOUTLINE Outline)
double classify_max_slope
MICROFEATURES BlobMicroFeatures(TBLOB *Blob, const DENORM &cn_denorm)
MICROFEATURES ConvertToMicroFeatures(MFOUTLINE Outline, MICROFEATURES MicroFeatures)
double classify_min_slope
MICROFEATURE ExtractMicroFeature(MFOUTLINE Start, MFOUTLINE End)
FEATURE NewFeature(const FEATURE_DESC_STRUCT *FeatureDesc)
LIST push(LIST list, void *element)