tesseract-doxygen/classify/intfx.h File Reference
#include "tessclas.h"
#include "hideedge.h"
#include "intproto.h"
#include <math.h>
Go to the source code of this file.
Classes |
struct | INT_FX_RESULT_STRUCT |
Typedefs |
typedef struct
INT_FX_RESULT_STRUCT * | INT_FX_RESULT |
Functions |
void | InitIntegerFX () |
int | ExtractIntFeat (TBLOB *Blob, INT_FEATURE_ARRAY BLFeat, INT_FEATURE_ARRAY CNFeat, INT_FX_RESULT Results) |
uinT8 | TableLookup (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) |
Typedef Documentation
Function Documentation
---------------------------------------------------------------------------- Public Function Prototypes ----------------------------------------------------------------------------
---------------------------------------------------------------------------- Public Code ----------------------------------------------------------------------------