|
tesseract
5.0.0
|
#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 | |
| tesseract | |
Macros | |
| #define | NOT_CLASSIFIED static_cast<BLOB_CHOICE_LIST *>(nullptr) |
Typedefs | |
| using | tesseract::MatrixCoordPair = KDPairInc< float, MATRIX_COORD > |