#include "ocrfeatures.h"
#include "blobs.h"
Go to the source code of this file.
Typedef Documentation
typedef float MicroFeature[MFCount] |
Definition at line 33 of file mf.h.
Enumeration Type Documentation
Include Files and Type Defines —————————————————————————-
- Enumerator:
MFXPosition |
|
MFYPosition |
|
MFLength |
|
MFDirection |
|
MFBulge1 |
|
MFBulge2 |
|
MFCount |
|
Definition at line 27 of file mf.h.
Function Documentation
Include Files and Type Defines —————————————————————————- ---------------------------------------------------------------------------- Global Data Definitions and Declarations —————————————————————————- ---------------------------------------------------------------------------- Private Code —————————————————————————-
Definition at line 36 of file mf.cpp.
{
int NumFeatures;
NumFeatures =
count (OldFeatures);
Features = OldFeatures;
#ifndef _WIN32
int i;
}
#endif
}
return FeatureSet;
}