|
tesseract
5.0.0
|
#include <ccnontextdetect.h>
Public Member Functions | |
| CCNonTextDetect (int gridsize, const ICOORD &bleft, const ICOORD &tright) | |
| ~CCNonTextDetect () override | |
| Image | ComputeNonTextMask (bool debug, Image photo_map, TO_BLOCK *blob_block) |
Public Member Functions inherited from tesseract::BlobGrid | |
| BlobGrid (int gridsize, const ICOORD &bleft, const ICOORD &tright) | |
| ~BlobGrid () override | |
| void | InsertBlobList (BLOBNBOX_LIST *blobs) |
Public Member Functions inherited from tesseract::BBGrid< BLOBNBOX, BLOBNBOX_CLIST, BLOBNBOX_C_IT > | |
| BBGrid () | |
| BBGrid (int gridsize, const ICOORD &bleft, const ICOORD &tright) | |
| ~BBGrid () override | |
| void | Init (int gridsize, const ICOORD &bleft, const ICOORD &tright) |
| void | Clear () |
| void | ClearGridData (void(*free_method)(BLOBNBOX *)) |
| void | InsertBBox (bool h_spread, bool v_spread, BLOBNBOX *bbox) |
| void | InsertPixPtBBox (int left, int bottom, Image pix, BLOBNBOX *bbox) |
| void | RemoveBBox (BLOBNBOX *bbox) |
| bool | RectangleEmpty (const TBOX &rect) |
| IntGrid * | CountCellElements () |
| ScrollView * | MakeWindow (int x, int y, const char *window_name) |
| void | DisplayBoxes (ScrollView *window) |
| void | AssertNoDuplicates () |
| virtual void | HandleClick (int x, int y) |
Public Member Functions inherited from tesseract::GridBase | |
| GridBase ()=default | |
| GridBase (int gridsize, const ICOORD &bleft, const ICOORD &tright) | |
| virtual | ~GridBase () |
| void | Init (int gridsize, const ICOORD &bleft, const ICOORD &tright) |
| int | gridsize () const |
| int | gridwidth () const |
| int | gridheight () const |
| const ICOORD & | bleft () const |
| const ICOORD & | tright () const |
| void | GridCoords (int x, int y, int *grid_x, int *grid_y) const |
| void | ClipGridCoords (int *x, int *y) const |
Additional Inherited Members | |
Protected Attributes inherited from tesseract::BBGrid< BLOBNBOX, BLOBNBOX_CLIST, BLOBNBOX_C_IT > | |
| BLOBNBOX_CLIST * | grid_ |
Protected Attributes inherited from tesseract::GridBase | |
| int | gridsize_ |
| int | gridwidth_ |
| int | gridheight_ |
| int | gridbuckets_ |
| ICOORD | bleft_ |
| ICOORD | tright_ |
Definition at line 31 of file ccnontextdetect.h.
| tesseract::CCNonTextDetect::CCNonTextDetect | ( | int | gridsize, |
| const ICOORD & | bleft, | ||
| const ICOORD & | tright | ||
| ) |
Definition at line 62 of file ccnontextdetect.cpp.
|
override |
Definition at line 71 of file ccnontextdetect.cpp.
| Image tesseract::CCNonTextDetect::ComputeNonTextMask | ( | bool | debug, |
| Image | photo_map, | ||
| TO_BLOCK * | blob_block | ||
| ) |
Definition at line 84 of file ccnontextdetect.cpp.