#include <alignedblob.h>
Definition at line 42 of file alignedblob.h.
◆ AlignedBlobParams() [1/2]
tesseract::AlignedBlobParams::AlignedBlobParams |
( |
int |
vertical_x, |
|
|
int |
vertical_y, |
|
|
int |
height, |
|
|
int |
v_gap_multiple, |
|
|
int |
min_gutter_width, |
|
|
int |
resolution, |
|
|
TabAlignment |
alignment0 |
|
) |
| |
◆ AlignedBlobParams() [2/2]
tesseract::AlignedBlobParams::AlignedBlobParams |
( |
int |
vertical_x, |
|
|
int |
vertical_y, |
|
|
int |
width |
|
) |
| |
◆ set_vertical()
void tesseract::AlignedBlobParams::set_vertical |
( |
int |
vertical_x, |
|
|
int |
vertical_y |
|
) |
| |
Definition at line 134 of file alignedblob.cpp.
136 if (vertical_y > INT16_MAX)
137 factor = vertical_y / INT16_MAX + 1;
◆ alignment
◆ confirmed_type
TabType tesseract::AlignedBlobParams::confirmed_type |
◆ gutter_fraction
double tesseract::AlignedBlobParams::gutter_fraction |
◆ l_align_tolerance
int tesseract::AlignedBlobParams::l_align_tolerance |
◆ max_v_gap
int tesseract::AlignedBlobParams::max_v_gap |
◆ min_gutter
int tesseract::AlignedBlobParams::min_gutter |
◆ min_length
int tesseract::AlignedBlobParams::min_length |
◆ min_points
int tesseract::AlignedBlobParams::min_points |
◆ r_align_tolerance
int tesseract::AlignedBlobParams::r_align_tolerance |
◆ ragged
bool tesseract::AlignedBlobParams::ragged |
◆ right_tab
bool tesseract::AlignedBlobParams::right_tab |
◆ vertical
ICOORD tesseract::AlignedBlobParams::vertical |
The documentation for this struct was generated from the following files: