#include "ocrfeatures.h"
#include "fpoint.h"
#include "mfoutline.h"
Go to the source code of this file.
Macro Definition Documentation
#define MAX_OUTLINE_FEATURES (100) |
Enumeration Type Documentation
Include Files and Type Defines —————————————————————————-
- Enumerator:
OutlineFeatX |
|
OutlineFeatY |
|
OutlineFeatLength |
|
OutlineFeatDir |
|
Definition at line 28 of file outfeat.h.
Function Documentation
Private Code —————————————————————————-
Definition at line 78 of file outfeat.cpp.
Definition at line 111 of file outfeat.cpp.
{
return;
First = Outline;
Next = First;
do {
FeatureStart =
PointAt(Next)->Point;
}
}
while (Next != First);
}
Definition at line 155 of file outfeat.cpp.
{
int i;
return;
TotalWeight += Length;
}
Origin = TotalX / TotalWeight;
}
}