22 #include "scrollview.h" 67 std::unique_ptr<C_OUTLINE_LIST[]>
buckets;
75 void extract_edges(Pix* pix,
77 void outlines_to_blobs(
81 C_OUTLINE_LIST *outlines);
83 C_OUTLINE_LIST *outlines,
90 bool capture_children(
int32_t count_children(C_OUTLINE *outline, int32_t max_count)
Definition: edgblob.cpp:183
int32_t outline_complexity(C_OUTLINE *outline, int32_t max_count, int16_t depth)
Definition: edgblob.cpp:114
int16_t bydim
Definition: edgblob.h:69
ICOORD bl
Definition: edgblob.h:70
ICOORD tr
Definition: edgblob.h:71
C_OUTLINE_LIST * operator()(int16_t x, int16_t y)
Definition: edgblob.cpp:87
std::unique_ptr< C_OUTLINE_LIST[]> buckets
Definition: edgblob.h:67
void extract_children(C_OUTLINE *outline, C_OUTLINE_IT *it)
Definition: edgblob.cpp:299
int32_t index
Definition: edgblob.h:72
Definition: ocrblock.h:30
int16_t bxdim
Definition: edgblob.h:68
OL_BUCKETS(ICOORD bleft, ICOORD tright)
Definition: edgblob.cpp:68
C_OUTLINE_LIST * scan_next()
Definition: edgblob.h:51
integer coordinate
Definition: points.h:32
C_OUTLINE_LIST * start_scan()
Definition: edgblob.h:45