#include "intfx.h"
#include "allheaders.h"
#include "ccutil.h"
#include "classify.h"
#include "helpers.h"
#include "intmatcher.h"
#include "linlsq.h"
#include "normalis.h"
#include "statistc.h"
#include "trainingsample.h"
Go to the source code of this file.
◆ FeatureDirection()
FCOORD FeatureDirection |
( |
uint8_t |
theta | ) |
|
Definition at line 68 of file intfx.cpp.
69 return FCOORD(cos_table[theta], sin_table[theta]);
◆ InitIntegerFX()
Public Code
Definition at line 53 of file intfx.cpp.
54 static bool atan_table_init =
false;
56 if (!atan_table_init) {
61 atan_table_init =
true;
tesseract::CCUtilMutex atan_table_mutex
#define INT_CHAR_NORM_RANGE
◆ atan_table_mutex