#include "cutil.h"
#include "matrix.h"
#include "seam.h"
#include "states.h"
#include "stopper.h"
Go to the source code of this file.
Functions | |
void | preserve_outline (EDGEPT *start) |
void | preserve_outline_tree (TESSLINE *srcline) |
EDGEPT * | restore_outline (EDGEPT *start) |
void | restore_outline_tree (TESSLINE *srcline) |
int | any_shared_split_points (SEAMS seam_list, SEAM *seam) |
int | check_blob (TBLOB *blob) |
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 | ) |