#include "findseam.h"
#include "plotedges.h"
#include "outlines.h"
#include "seam.h"
#include "wordrec.h"
Go to the source code of this file.
◆ BAD_PRIORITY
#define BAD_PRIORITY 9999.0 |
◆ MAX_NUM_SEAMS
#define MAX_NUM_SEAMS 150 |
◆ MAX_OLD_SEAMS
#define MAX_OLD_SEAMS 150 |
◆ NO_FULL_PRIORITY
#define NO_FULL_PRIORITY -1/* Special marker for pri. */ |
◆ partial_split_priority
#define partial_split_priority |
( |
|
split | ) |
(grade_split_length(split) + grade_sharpness(split)) |
◆ SPLIT_CLOSENESS
#define SPLIT_CLOSENESS 20/* Difference in x value */ |