tesseract v5.3.3.20231005
tesseract::BlobData Struct Reference

Public Member Functions

 BlobData ()=default
 
 BlobData (int index, Tesseract *tess, const WERD_RES &word)
 

Public Attributes

TBLOBblob = nullptr
 
Tesseracttesseract = nullptr
 
BLOB_CHOICE_LIST ** choices = nullptr
 

Detailed Description

Definition at line 26 of file par_control.cpp.

Constructor & Destructor Documentation

◆ BlobData() [1/2]

tesseract::BlobData::BlobData ( )
default

◆ BlobData() [2/2]

tesseract::BlobData::BlobData ( int  index,
Tesseract tess,
const WERD_RES word 
)
inline

Definition at line 28 of file par_control.cpp.

29 : blob(word.chopped_word->blobs[index])
30 , tesseract(tess)
31 , choices(&(*word.ratings)(index, index)) {}
Tesseract * tesseract
Definition: par_control.cpp:34
BLOB_CHOICE_LIST ** choices
Definition: par_control.cpp:35

Member Data Documentation

◆ blob

TBLOB* tesseract::BlobData::blob = nullptr

Definition at line 33 of file par_control.cpp.

◆ choices

BLOB_CHOICE_LIST** tesseract::BlobData::choices = nullptr

Definition at line 35 of file par_control.cpp.

◆ tesseract

Tesseract* tesseract::BlobData::tesseract = nullptr

Definition at line 34 of file par_control.cpp.


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