tesseract  v4.0.0-17-g361f3264
Open Source OCR Engine
tesseract::WordWithBox Class Reference

#include <textord.h>

Collaboration diagram for tesseract::WordWithBox:

Public Member Functions

 WordWithBox ()
 
 WordWithBox (WERD *word)
 
const TBOXbounding_box () const
 
TBOX true_bounding_box () const
 
C_BLOB_LIST * RejBlobs () const
 
const WERDword () const
 

Private Attributes

WERDword_
 
TBOX bounding_box_
 

Constructor & Destructor Documentation

◆ WordWithBox() [1/2]

tesseract::WordWithBox::WordWithBox ( )
inline

◆ WordWithBox() [2/2]

tesseract::WordWithBox::WordWithBox ( WERD word)
inlineexplicit

Member Function Documentation

◆ bounding_box()

const TBOX& tesseract::WordWithBox::bounding_box ( ) const
inline

◆ RejBlobs()

C_BLOB_LIST* tesseract::WordWithBox::RejBlobs ( ) const
inline

◆ true_bounding_box()

TBOX tesseract::WordWithBox::true_bounding_box ( ) const
inline

◆ word()

const WERD* tesseract::WordWithBox::word ( ) const
inline

Member Data Documentation

◆ bounding_box_

TBOX tesseract::WordWithBox::bounding_box_
private

◆ word_

WERD* tesseract::WordWithBox::word_
private

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