#include <ocrrow.h>
List of all members.
Public Member Functions |
| ROW () |
| ROW (inT32 spline_size, inT32 *xstarts, double *coeffs, float x_height, float ascenders, float descenders, inT16 kern, inT16 space) |
| ROW (TO_ROW *row, inT16 kern, inT16 space) |
WERD_LIST * | word_list () |
float | base_line (float xpos) const |
float | x_height () const |
void | set_x_height (float new_xheight) |
inT32 | kern () const |
inT32 | space () const |
float | ascenders () const |
float | descenders () const |
TBOX | bounding_box () const |
void | recalc_bounding_box () |
void | move (const ICOORD vec) |
void | print (FILE *fp) |
void | plot (ScrollView *window, ScrollView::Color colour) |
void | plot (ScrollView *window) |
void | plot_baseline (ScrollView *window, ScrollView::Color colour) |
ROW & | operator= (const ROW &source) |
Friends |
void | tweak_row_baseline (ROW *, double, double) |
Constructor & Destructor Documentation
ROW::ROW |
( |
inT32 |
spline_size, |
|
|
inT32 * |
xstarts, |
|
|
double * |
coeffs, |
|
|
float |
x_height, |
|
|
float |
ascenders, |
|
|
float |
descenders, |
|
|
inT16 |
kern, |
|
|
inT16 |
space |
|
) |
| |
Member Function Documentation
float ROW::ascenders |
( |
| ) |
const [inline] |
float ROW::base_line |
( |
float |
xpos | ) |
const [inline] |
TBOX ROW::bounding_box |
( |
| ) |
const [inline] |
float ROW::descenders |
( |
| ) |
const [inline] |
inT32 ROW::kern |
( |
| ) |
const [inline] |
void ROW::move |
( |
const ICOORD |
vec | ) |
|
ROW & ROW::operator= |
( |
const ROW & |
source | ) |
|
void ROW::print |
( |
FILE * |
fp | ) |
|
void ROW::recalc_bounding_box |
( |
| ) |
|
void ROW::set_x_height |
( |
float |
new_xheight | ) |
[inline] |
inT32 ROW::space |
( |
| ) |
const [inline] |
WERD_LIST* ROW::word_list |
( |
| ) |
[inline] |
float ROW::x_height |
( |
| ) |
const [inline] |
Friends And Related Function Documentation
void tweak_row_baseline |
( |
ROW * |
, |
|
|
double |
, |
|
|
double |
|
|
) |
| [friend] |
The documentation for this class was generated from the following files:
- /data/source/tesseract-ocr/ccstruct/ocrrow.h
- /data/source/tesseract-ocr/ccstruct/ocrrow.cpp