tesseract v5.3.3.20231005
matchdefs.h File Reference
#include <tesseract/unichar.h>
#include <climits>
#include <cstdint>

Go to the source code of this file.

Namespaces

namespace  tesseract
 

Macros

#define MAX_NUM_CLASSES   INT16_MAX
 
#define NO_CLASS   (0)
 
#define NO_PROTO   (-1)
 

Typedefs

using tesseract::CLASS_ID = UNICHAR_ID
 
using tesseract::PROTO_ID = int16_t
 
using tesseract::FEATURE_ID = uint8_t
 

Macro Definition Documentation

◆ MAX_NUM_CLASSES

#define MAX_NUM_CLASSES   INT16_MAX

Definition at line 31 of file matchdefs.h.

◆ NO_CLASS

#define NO_CLASS   (0)

Definition at line 35 of file matchdefs.h.

◆ NO_PROTO

#define NO_PROTO   (-1)

Definition at line 41 of file matchdefs.h.