tesseract v5.3.3.20231005
|
#include "errcode.h"
#include "helpers.h"
#include "kdpair.h"
#include "points.h"
#include "serialis.h"
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <cstdio>
#include <cstring>
Go to the source code of this file.
Classes | |
class | tesseract::GENERIC_2D_ARRAY< T > |
class | tesseract::BandTriMatrix< T > |
class | tesseract::MATRIX |
struct | tesseract::MATRIX_COORD |
Namespaces | |
namespace | tesseract |
Macros | |
#define | NOT_CLASSIFIED static_cast<BLOB_CHOICE_LIST *>(nullptr) |
Typedefs | |
using | tesseract::MatrixCoordPair = KDPairInc< float, MATRIX_COORD > |