|
Tesseract
3.02
|
Go to the source code of this file.
Functions | |
| makestructure (newsplit, free_split, SPLIT) | |
| void | delete_split (SPLIT *split) |
| EDGEPT * | make_edgept (int x, int y, EDGEPT *next, EDGEPT *prev) |
| void | remove_edgept (EDGEPT *point) |
| SPLIT * | new_split (EDGEPT *point1, EDGEPT *point2) |
| void | print_split (SPLIT *split) |
| void | split_outline (EDGEPT *join_point1, EDGEPT *join_point2) |
| void | unsplit_outlines (EDGEPT *p1, EDGEPT *p2) |
Variables | |
| bool | wordrec_display_splits = 0 |
| void delete_split | ( | SPLIT * | split | ) |
Definition at line 65 of file split.cpp.
| makestructure | ( | newsplit | , |
| free_split | , | ||
| SPLIT | |||
| ) |
Definition at line 106 of file split.cpp.
| void remove_edgept | ( | EDGEPT * | point | ) |
Definition at line 90 of file split.cpp.
Definition at line 136 of file split.cpp.
Definition at line 158 of file split.cpp.