tesseract
5.0.0-alpha-619-ge9db
|
Go to the documentation of this file.
46 for (index = 0; buckets[index].empty () && index < bxdim * bydim - 1;
48 return &buckets[index];
52 for (; buckets[index].empty () && index < bxdim * bydim - 1; index++);
53 return &buckets[index];
67 std::unique_ptr<C_OUTLINE_LIST[]> buckets;
81 C_OUTLINE_LIST *outlines);
83 C_OUTLINE_LIST *outlines,
void outlines_to_blobs(BLOCK *block, ICOORD bleft, ICOORD tright, C_OUTLINE_LIST *outlines)
int32_t outline_complexity(C_OUTLINE *outline, int32_t max_count, int16_t depth)
C_OUTLINE_LIST * operator()(int16_t x, int16_t y)
void empty_buckets(BLOCK *block, OL_BUCKETS *buckets)
int32_t count_children(C_OUTLINE *outline, int32_t max_count)
C_OUTLINE_LIST * start_scan()
bool capture_children(OL_BUCKETS *buckets, C_BLOB_IT *reject_it, C_OUTLINE_IT *blob_it)
C_OUTLINE_LIST * scan_next()
OL_BUCKETS(ICOORD bleft, ICOORD tright)
void extract_children(C_OUTLINE *outline, C_OUTLINE_IT *it)
void fill_buckets(C_OUTLINE_LIST *outlines, OL_BUCKETS *buckets)
void extract_edges(Pix *pix, BLOCK *block)