|
tesseract
4.00.00dev
|
#include "scrollview.h"#include "params.h"#include "pdblock.h"#include "coutln.h"#include "crakedge.h"Go to the source code of this file.
Macros | |
| #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 | |
| int | edges_children_per_grandchild = 10 |
| int | edges_children_count_limit = 45 |
| double | edges_childarea = 0.5 |
| double | edges_boxarea = 0.8 |
| ScrollView::Color check_path_legal | ( | CRACKEDGE * | start | ) |
Definition at line 67 of file edgloop.cpp.
| void complete_edge | ( | CRACKEDGE * | start, |
| C_OUTLINE_IT * | outline_it | ||
| ) |
Definition at line 37 of file edgloop.cpp.
Definition at line 119 of file edgloop.cpp.
| double edges_boxarea = 0.8 |
"Min area fraction of grandchild for box"
Definition at line 60 of file edgblob.cpp.
| double edges_childarea = 0.5 |
"Max area fraction of child outline"
"Min area fraction of child outline"
Definition at line 58 of file edgblob.cpp.
| int edges_children_count_limit = 45 |
"Max holes allowed in blob"
Definition at line 50 of file edgblob.cpp.
| int edges_children_per_grandchild = 10 |
"Importance ratio for chucking outlines"
Definition at line 48 of file edgblob.cpp.