#include <math.h>
#include "chopper.h"
#include "cutil.h"
#include "matrix.h"
#include "seam.h"
#include "states.h"
#include "stopper.h"
#include "assert.h"
#include "associate.h"
#include "callcpp.h"
#include "const.h"
#include "findseam.h"
#include "freelist.h"
#include "globals.h"
#include "chop.h"
#include "olutil.h"
#include "render.h"
#include "pageres.h"
#include "permute.h"
#include "structures.h"
#include "unicharset.h"
#include "wordclass.h"
#include "wordrec.h"
Namespaces | |
namespace | tesseract |
Functions | |
preserve_outline_tree | |
void | preserve_outline (EDGEPT *start) |
void | preserve_outline_tree (TESSLINE *srcline) |
restore_outline_tree | |
EDGEPT * | restore_outline (EDGEPT *start) |
void | restore_outline_tree (TESSLINE *srcline) |
any_shared_split_points | |
int | any_shared_split_points (SEAMS seam_list, SEAM *seam) |
check_blob | |
int | check_blob (TBLOB *blob) |
check_seam_order | |
inT16 | check_seam_order (TBLOB *blob, SEAM *seam) |
inT16 | total_containment (TBLOB *blob1, TBLOB *blob2) |
int check_blob | ( | TBLOB * | blob | ) |
void preserve_outline | ( | EDGEPT * | start | ) |
void preserve_outline_tree | ( | TESSLINE * | srcline | ) |
void restore_outline_tree | ( | TESSLINE * | srcline | ) |