tesseract v5.3.3.20231005
|
#include "findseam.h"
#include "outlines.h"
#include "plotedges.h"
#include "seam.h"
#include "wordrec.h"
Go to the source code of this file.
Namespaces | |
namespace | tesseract |
Macros | |
#define | partial_split_priority(split) (grade_split_length(split) + grade_sharpness(split)) |
#define | SPLIT_CLOSENESS 20 /* Difference in x value */ |
#define | MAX_NUM_SEAMS 150 |
#define | NO_FULL_PRIORITY (-1) |
#define | BAD_PRIORITY 9999.0 |
#define BAD_PRIORITY 9999.0 |
Definition at line 51 of file findseam.cpp.
#define MAX_NUM_SEAMS 150 |
Definition at line 47 of file findseam.cpp.
#define NO_FULL_PRIORITY (-1) |
Definition at line 49 of file findseam.cpp.
#define partial_split_priority | ( | split | ) | (grade_split_length(split) + grade_sharpness(split)) |
Definition at line 40 of file findseam.cpp.
Definition at line 45 of file findseam.cpp.