#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.
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;
}
}