|
tesseract 4.1.1
|
Go to the source code of this file.
Typedefs | |
| typedef float | MicroFeature[MFCount] |
Enumerations | |
| enum | MF_PARAM_NAME { MFXPosition , MFYPosition , MFLength , MFDirection , MFBulge1 , MFBulge2 , MFCount } |
Functions | |
| FEATURE_SET | ExtractMicros (TBLOB *Blob, const DENORM &cn_denorm) |
| enum MF_PARAM_NAME |
| Enumerator | |
|---|---|
| MFXPosition | |
| MFYPosition | |
| MFLength | |
| MFDirection | |
| MFBulge1 | |
| MFBulge2 | |
| MFCount | |
Definition at line 27 of file mf.h.
| FEATURE_SET ExtractMicros | ( | TBLOB * | Blob, |
| const DENORM & | cn_denorm | ||
| ) |
Call the old micro-feature extractor and then copy the features into the new format. Then deallocate the old micro-features.
| Blob | blob to extract micro-features from |
| cn_denorm | control parameter to feature extractor. |
Definition at line 43 of file mf.cpp.