Tesseract 3.01
|
#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 | plot_graded_blobs (ScrollView *to_win) |
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 | min_space |
inT32 | max_nonspace |
float | fp_space |
float | fp_nonsp |
float | pr_space |
float | pr_nonsp |
TO_ROW * | key_row |
TO_BLOCK::TO_BLOCK | ( | ) | [inline] |
TO_BLOCK::TO_BLOCK | ( | BLOCK * | src_block | ) |
TO_BLOCK::~TO_BLOCK | ( | ) |
void TO_BLOCK::clear | ( | ) |
TO_ROW_LIST* TO_BLOCK::get_rows | ( | ) | [inline] |
void TO_BLOCK::plot_graded_blobs | ( | ScrollView * | to_win | ) |
void TO_BLOCK::print_rows | ( | ) | [inline] |
void TO_BLOCK::rotate | ( | const FCOORD & | rotation | ) | [inline] |
BLOBNBOX_LIST TO_BLOCK::blobs |
float TO_BLOCK::fixed_pitch |
float TO_BLOCK::fp_nonsp |
float TO_BLOCK::fp_space |
float TO_BLOCK::kern_size |
BLOBNBOX_LIST TO_BLOCK::large_blobs |
float TO_BLOCK::line_size |
float TO_BLOCK::line_spacing |
float TO_BLOCK::max_blob_size |
BLOBNBOX_LIST TO_BLOCK::noise_blobs |
float TO_BLOCK::pr_nonsp |
float TO_BLOCK::pr_space |
BLOBNBOX_LIST TO_BLOCK::small_blobs |
float TO_BLOCK::space_size |
BLOBNBOX_LIST TO_BLOCK::underlines |
float TO_BLOCK::xheight |