tesseract v5.3.3.20231005
|
#include "intfx.h"
#include "classify.h"
#include "intmatcher.h"
#include "linlsq.h"
#include "normalis.h"
#include "statistc.h"
#include "trainingsample.h"
#include "helpers.h"
#include <allheaders.h>
#include <cmath>
#include <mutex>
Go to the source code of this file.
Namespaces | |
namespace | tesseract |
Macros | |
#define | _USE_MATH_DEFINES |
Functions | |
void | tesseract::InitIntegerFX () |
FCOORD | tesseract::FeatureDirection (uint8_t theta) |
TrainingSample * | tesseract::BlobToTrainingSample (const TBLOB &blob, bool nonlinear_norm, INT_FX_RESULT_STRUCT *fx_info, std::vector< INT_FEATURE_STRUCT > *bl_features) |