|
tesseract
4.00.00dev
|
#include <math.h>#include "chopper.h"#include "assert.h"#include "associate.h"#include "blobs.h"#include "callcpp.h"#include "const.h"#include "findseam.h"#include "globals.h"#include "render.h"#include "pageres.h"#include "seam.h"#include "stopper.h"#include "structures.h"#include "unicharset.h"#include "wordrec.h"Go to the source code of this file.
Namespaces | |
| tesseract | |
Functions | |
preserve_outline_tree | |
Copy the list of outlines. | |
| void | preserve_outline (EDGEPT *start) |
| void | preserve_outline_tree (TESSLINE *srcline) |
restore_outline_tree | |
Copy the list of outlines. | |
| EDGEPT * | restore_outline (EDGEPT *start) |
| void | restore_outline_tree (TESSLINE *srcline) |
any_shared_split_points | |
Return true if any of the splits share a point with this one. | |
| int | any_shared_split_points (const GenericVector< SEAM *> &seams, SEAM *seam) |
check_blob | |
| |
| int | check_blob (TBLOB *blob) |
| inT16 | total_containment (TBLOB *blob1, TBLOB *blob2) |
| int any_shared_split_points | ( | const GenericVector< SEAM *> & | seams, |
| SEAM * | seam | ||
| ) |
Definition at line 281 of file chopper.cpp.
Definition at line 297 of file chopper.cpp.
| void preserve_outline | ( | EDGEPT * | start | ) |
Definition at line 66 of file chopper.cpp.
| void preserve_outline_tree | ( | TESSLINE * | srcline | ) |
Definition at line 82 of file chopper.cpp.
Definition at line 96 of file chopper.cpp.
| void restore_outline_tree | ( | TESSLINE * | srcline | ) |
Definition at line 122 of file chopper.cpp.
Definition at line 651 of file chopper.cpp.