tesseract  4.0.0-1-g2a2b
findseam.cpp File Reference
#include "findseam.h"
#include "plotedges.h"
#include "outlines.h"
#include "seam.h"
#include "wordrec.h"

Go to the source code of this file.

Namespaces

 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 MAX_OLD_SEAMS   150
 
#define NO_FULL_PRIORITY   -1/* Special marker for pri. */
 
#define BAD_PRIORITY   9999.0
 

Macro Definition Documentation

◆ BAD_PRIORITY

#define BAD_PRIORITY   9999.0

Definition at line 60 of file findseam.cpp.

◆ MAX_NUM_SEAMS

#define MAX_NUM_SEAMS   150

Definition at line 55 of file findseam.cpp.

◆ MAX_OLD_SEAMS

#define MAX_OLD_SEAMS   150

Definition at line 57 of file findseam.cpp.

◆ NO_FULL_PRIORITY

#define NO_FULL_PRIORITY   -1/* Special marker for pri. */

Definition at line 58 of file findseam.cpp.

◆ partial_split_priority

#define partial_split_priority (   split)    (grade_split_length(split) + grade_sharpness(split))

Definition at line 47 of file findseam.cpp.

◆ SPLIT_CLOSENESS

#define SPLIT_CLOSENESS   20/* Difference in x value */

Definition at line 53 of file findseam.cpp.