tesseract v5.3.3.20231005
tesseract::REGION_OCC Class Reference

#include <blkocc.h>

Inheritance diagram for tesseract::REGION_OCC:
tesseract::ELIST_LINK

Public Member Functions

 REGION_OCC ()=default
 
 REGION_OCC (float min, float max, int16_t region)
 
- Public Member Functions inherited from tesseract::ELIST_LINK
 ELIST_LINK ()
 
 ELIST_LINK (const ELIST_LINK &)
 
void operator= (const ELIST_LINK &)
 

Public Attributes

float min_x
 
float max_x
 
int16_t region_type
 

Detailed Description

Definition at line 47 of file blkocc.h.

Constructor & Destructor Documentation

◆ REGION_OCC() [1/2]

tesseract::REGION_OCC::REGION_OCC ( )
default

◆ REGION_OCC() [2/2]

tesseract::REGION_OCC::REGION_OCC ( float  min,
float  max,
int16_t  region 
)
inline

Definition at line 55 of file blkocc.h.

56 {
57 min_x = min;
58 max_x = max;
59 region_type = region;
60 }
int16_t region_type
Definition: blkocc.h:51

Member Data Documentation

◆ max_x

float tesseract::REGION_OCC::max_x

Definition at line 50 of file blkocc.h.

◆ min_x

float tesseract::REGION_OCC::min_x

Definition at line 49 of file blkocc.h.

◆ region_type

int16_t tesseract::REGION_OCC::region_type

Definition at line 51 of file blkocc.h.


The documentation for this class was generated from the following file: