tesseract  5.0.0-alpha-619-ge9db
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)) {}

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:
tesseract::BlobData::tesseract
Tesseract * tesseract
Definition: par_control.cpp:34
tesseract::BlobData::choices
BLOB_CHOICE_LIST ** choices
Definition: par_control.cpp:35
WERD_RES::ratings
MATRIX * ratings
Definition: pageres.h:231
TWERD::blobs
GenericVector< TBLOB * > blobs
Definition: blobs.h:457
WERD_RES::chopped_word
TWERD * chopped_word
Definition: pageres.h:206
tesseract::BlobData::blob
TBLOB * blob
Definition: par_control.cpp:33