#include "outfeat.h"
#include "classify.h"
#include "efio.h"
#include "featdefs.h"
#include "mfoutline.h"
#include "ocrfeatures.h"
#include <stdio.h>
Go to the source code of this file.
Private Code
Definition at line 78 of file outfeat.cpp.
FEATURE NewFeature(const FEATURE_DESC_STRUCT *FeatureDesc)
FLOAT32 NormalizedAngleFrom(FPOINT *Point1, FPOINT *Point2, FLOAT32 FullScale)
FLOAT32 DistanceBetween(FPOINT A, FPOINT B)
BOOL8 AddFeature(FEATURE_SET FeatureSet, FEATURE Feature)
const FEATURE_DESC_STRUCT OutlineFeatDesc
Definition at line 111 of file outfeat.cpp.
137 FeatureStart =
PointAt(Next)->Point;
146 FeatureEnd =
PointAt(Next)->Point;
150 while (Next != First);
#define DegenerateOutline(O)
#define NextPointAfter(E)
void AddOutlineFeatureToSet(FPOINT *Start, FPOINT *End, FEATURE_SET FeatureSet)
Definition at line 155 of file outfeat.cpp.
182 TotalWeight += Length;
184 Origin = TotalX / TotalWeight;