#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 "freelist.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 282 of file chopper.cpp.
int check_blob | ( | TBLOB * | blob | ) |
Definition at line 298 of file chopper.cpp.
void preserve_outline | ( | EDGEPT * | start | ) |
Definition at line 67 of file chopper.cpp.
void preserve_outline_tree | ( | TESSLINE * | srcline | ) |
Definition at line 83 of file chopper.cpp.
Definition at line 97 of file chopper.cpp.
void restore_outline_tree | ( | TESSLINE * | srcline | ) |
Definition at line 123 of file chopper.cpp.
Definition at line 656 of file chopper.cpp.