Tesseract
3.02
|
Go to the source code of this file.
Classes | |
struct | INT_FX_RESULT_STRUCT |
Namespaces | |
namespace | tesseract |
Functions | |
void | InitIntegerFX () |
FCOORD | FeatureDirection (uinT8 theta) |
tesseract::TrainingSample * | GetIntFeatures (tesseract::NormalizationMode mode, TBLOB *blob, const DENORM &denorm) |
int | ExtractIntFeat (TBLOB *Blob, const DENORM &denorm, INT_FEATURE_ARRAY BLFeat, INT_FEATURE_ARRAY CNFeat, INT_FX_RESULT_STRUCT *Results, inT32 *FeatureOutlineArray=0) |
uinT8 | BinaryAnglePlusPi (inT32 Y, inT32 X) |
int | SaveFeature (INT_FEATURE_ARRAY FeatureArray, uinT16 FeatureNum, inT16 X, inT16 Y, uinT8 Theta) |
uinT16 | MySqrt (inT32 X, inT32 Y) |
uinT8 | MySqrt2 (uinT16 N, uinT32 I, uinT8 *Exp) |
void | ClipRadius (uinT8 *RxInv, uinT8 *RxExp, uinT8 *RyInv, uinT8 *RyExp) |
Definition at line 429 of file intfx.cpp.
Definition at line 594 of file intfx.cpp.
int ExtractIntFeat | ( | TBLOB * | Blob, |
const DENORM & | denorm, | ||
INT_FEATURE_ARRAY | BLFeat, | ||
INT_FEATURE_ARRAY | CNFeat, | ||
INT_FX_RESULT_STRUCT * | Results, | ||
inT32 * | FeatureOutlineArray = 0 |
||
) |
Definition at line 143 of file intfx.cpp.
tesseract::TrainingSample* GetIntFeatures | ( | tesseract::NormalizationMode | mode, |
TBLOB * | blob, | ||
const DENORM & | denorm | ||
) |
Definition at line 97 of file intfx.cpp.
void InitIntegerFX | ( | ) |
Definition at line 505 of file intfx.cpp.
Definition at line 542 of file intfx.cpp.
int SaveFeature | ( | INT_FEATURE_ARRAY | FeatureArray, |
uinT16 | FeatureNum, | ||
inT16 | X, | ||
inT16 | Y, | ||
uinT8 | Theta | ||
) |
Definition at line 478 of file intfx.cpp.