tesseract  4.0.0-1-g2a2b
matrix.h File Reference
#include <algorithm>
#include <cmath>
#include <cstdint>
#include <cstdio>
#include <cstring>
#include "errcode.h"
#include "helpers.h"
#include "kdpair.h"
#include "points.h"
#include "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 44 of file matrix.h.

Typedef Documentation

◆ MatrixCoordPair

Definition at line 638 of file matrix.h.