tesseract  5.0.0-alpha-619-ge9db
matrix.h File Reference
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <cstdio>
#include <cstring>
#include "errcode.h"
#include <tesseract/helpers.h>
#include "kdpair.h"
#include "points.h"
#include <tesseract/serialis.h>

Go to the source code of this file.

Classes

class  GENERIC_2D_ARRAY< T >
 
class  BandTriMatrix< T >
 
class  MATRIX
 
struct  MATRIX_COORD
 

Macros

#define NOT_CLASSIFIED   static_cast<BLOB_CHOICE_LIST*>(nullptr)
 

Typedefs

using MatrixCoordPair = tesseract::KDPairInc< float, MATRIX_COORD >
 

Macro Definition Documentation

◆ NOT_CLASSIFIED

#define NOT_CLASSIFIED   static_cast<BLOB_CHOICE_LIST*>(nullptr)

Definition at line 40 of file matrix.h.

Typedef Documentation

◆ MatrixCoordPair

Definition at line 637 of file matrix.h.