20 #ifndef TESSERACT_CSTRUCT_BOXWORD_H__ 21 #define TESSERACT_CSTRUCT_BOXWORD_H__ 85 int length()
const {
return length_; }
91 void ComputeBoundingBox();
101 #endif // TESSERACT_CSTRUCT_BOXWORD_H__
const TBOX & bounding_box() const
void InsertBox(int index, const TBOX &box)
void ClipToOriginalWord(const BLOCK *block, WERD *original_word)
void ProcessMatchedBlobs(const TWERD &other, TessCallback1< int > *cb) const
void MergeBoxes(int start, int end)
BoxWord & operator=(const BoxWord &src)
const TBOX & BlobBox(int index) const
void ChangeBox(int index, const TBOX &box)
void DeleteBox(int index)
static BoxWord * CopyFromNormalized(TWERD *tessword)
void CopyFrom(const BoxWord &src)