Tesseract 3.01
|
#include "scrollview.h"
#include "params.h"
#include "img.h"
#include "pdblock.h"
#include "coutln.h"
#include "crakedge.h"
Go to the source code of this file.
Defines | |
#define | BUCKETSIZE 16 |
Functions | |
void | complete_edge (CRACKEDGE *start, C_OUTLINE_IT *outline_it) |
ScrollView::Color | check_path_legal (CRACKEDGE *start) |
inT16 | loop_bounding_box (CRACKEDGE *&start, ICOORD &botleft, ICOORD &topright) |
Variables | |
double | edges_threshold_greyfraction = 0.07 |
bool | edges_show_paths = 0 |
bool | edges_show_needles = 0 |
int | edges_children_per_grandchild = 10 |
int | edges_children_count_limit = 45 |
int | edges_maxedgelength = 16000 |
double | edges_childarea = 0.5 |
double | edges_boxarea = 0.8 |
#define BUCKETSIZE 16 |
ScrollView::Color check_path_legal | ( | CRACKEDGE * | start | ) |
void complete_edge | ( | CRACKEDGE * | start, |
C_OUTLINE_IT * | outline_it | ||
) |
double edges_boxarea = 0.8 |
"Min area fraction of grandchild for box"
double edges_childarea = 0.5 |
"Max area fraction of child outline"
"Min area fraction of child outline"
int edges_children_count_limit = 45 |
"Max holes allowed in blob"
int edges_children_per_grandchild = 10 |
"Importance ratio for chucking outlines"
int edges_maxedgelength = 16000 |
"Max steps in any outline"
bool edges_show_needles = 0 |
"Draw edge needles"
bool edges_show_paths = 0 |
"Draw raw outlines"
double edges_threshold_greyfraction = 0.07 |
"Min edge diff for grad vector"