tesseract
5.0.0-alpha-619-ge9db
|
Go to the documentation of this file.
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);
float NormalizedAngleFrom(FPOINT *Point1, FPOINT *Point2, float FullScale)
void MarkDirectionChanges(MFOUTLINE Outline)
void CharNormalizeOutline(MFOUTLINE Outline, const DENORM &cn_denorm)
double classify_max_slope
void FindDirectionChanges(MFOUTLINE Outline, float MinSlope, float MaxSlope)
MICROFEATURES ConvertToMicroFeatures(MFOUTLINE Outline, MICROFEATURES MicroFeatures)
float DistanceBetween(FPOINT A, FPOINT B)
LIST ConvertBlob(TBLOB *blob)
double classify_min_slope
LIST push(LIST list, void *element)
#define double_VAR(name, val, comment)
FEATURE NewFeature(const FEATURE_DESC_STRUCT *FeatureDesc)
void FreeOutlines(LIST Outlines)
MICROFEATURES BlobMicroFeatures(TBLOB *Blob, const DENORM &cn_denorm)
MICROFEATURE ExtractMicroFeature(MFOUTLINE Start, MFOUTLINE End)
MICROFEATURE NewMicroFeature()
MFOUTLINE NextExtremity(MFOUTLINE EdgePoint)