#include "ocrfeatures.h"
#include "blobs.h"
Go to the source code of this file.
| typedef float MicroFeature[MFCount] |
Definition at line 33 of file mf.h.
Include Files and Type Defines
| Enumerator |
|---|
| MFXPosition |
|
| MFYPosition |
|
| MFLength |
|
| MFDirection |
|
| MFBulge1 |
|
| MFBulge2 |
|
| MFCount |
|
Definition at line 27 of file mf.h.
Include Files and Type Defines
Global Data Definitions and Declarations
Private Code
Definition at line 36 of file mf.cpp.
56 if (OldFeatures ==
NULL)
58 NumFeatures =
count (OldFeatures);
61 Features = OldFeatures;
void FreeMicroFeatures(MICROFEATURES MicroFeatures)
CHAR_FEATURES BlobMicroFeatures(TBLOB *Blob, const DENORM &denorm)
FEATURE_SET NewFeatureSet(int NumFeatures)
const FEATURE_DESC_STRUCT MicroFeatureDesc
BOOL8 AddFeature(FEATURE_SET FeatureSet, FEATURE Feature)
FEATURE NewFeature(const FEATURE_DESC_STRUCT *FeatureDesc)
const FEATURE_DESC_STRUCT * Type