|
tesseract v5.3.3.20231005
|
#include <blobbox.h>
Public Member Functions | |
| TO_BLOCK () | |
| TO_BLOCK (BLOCK *src_block) | |
| ~TO_BLOCK () | |
| void | clear () |
| TO_ROW_LIST * | get_rows () |
| void | rotate (const FCOORD &rotation) |
| void | print_rows () |
| void | ReSetAndReFilterBlobs () |
| void | DeleteUnownedNoise () |
| void | ComputeEdgeOffsets (Image thresholds, Image grey) |
| void | plot_noise_blobs (ScrollView *to_win) |
| void | plot_graded_blobs (ScrollView *to_win) |
Public Member Functions inherited from tesseract::ELIST_LINK | |
| ELIST_LINK () | |
| ELIST_LINK (const ELIST_LINK &) | |
| void | operator= (const ELIST_LINK &) |
Public Attributes | |
| BLOBNBOX_LIST | blobs |
| BLOBNBOX_LIST | underlines |
| BLOBNBOX_LIST | noise_blobs |
| BLOBNBOX_LIST | small_blobs |
| BLOBNBOX_LIST | large_blobs |
| BLOCK * | block |
| PITCH_TYPE | pitch_decision |
| float | line_spacing |
| float | line_size |
| float | max_blob_size |
| float | baseline_offset |
| float | xheight |
| float | fixed_pitch |
| float | kern_size |
| float | space_size |
| int32_t | min_space |
| int32_t | max_nonspace |
| float | fp_space |
| float | fp_nonsp |
| float | pr_space |
| float | pr_nonsp |
| TO_ROW * | key_row |
|
inline |
| tesseract::TO_BLOCK::TO_BLOCK | ( | BLOCK * | src_block | ) |
Definition at line 923 of file blobbox.cpp.
| tesseract::TO_BLOCK::~TO_BLOCK | ( | ) |
Definition at line 955 of file blobbox.cpp.
| void tesseract::TO_BLOCK::clear | ( | ) |
Definition at line 935 of file blobbox.cpp.
Definition at line 1042 of file blobbox.cpp.
| void tesseract::TO_BLOCK::DeleteUnownedNoise | ( | ) |
Definition at line 1024 of file blobbox.cpp.
|
inline |
| void tesseract::TO_BLOCK::plot_graded_blobs | ( | ScrollView * | to_win | ) |
Definition at line 1058 of file blobbox.cpp.
| void tesseract::TO_BLOCK::plot_noise_blobs | ( | ScrollView * | to_win | ) |
Definition at line 1050 of file blobbox.cpp.
|
inline |
Definition at line 739 of file blobbox.h.
| void tesseract::TO_BLOCK::ReSetAndReFilterBlobs | ( | ) |
Definition at line 998 of file blobbox.cpp.
|
inline |
Definition at line 715 of file blobbox.h.
| PITCH_TYPE tesseract::TO_BLOCK::pitch_decision |