tesseract
5.0.0-alpha-619-ge9db
|
Go to the source code of this file.
Functions | |
extract_edges | |
Run the edge detector over the block and return a list of blobs. | |
void | extract_edges (Pix *pix, BLOCK *block) |
outlines_to_blobs | |
Gather together outlines into blobs using the usual bucket sort. | |
void | outlines_to_blobs (BLOCK *block, ICOORD bleft, ICOORD tright, C_OUTLINE_LIST *outlines) |
fill_buckets | |
Run the edge detector over the block and return a list of blobs. | |
void | fill_buckets (C_OUTLINE_LIST *outlines, OL_BUCKETS *buckets) |
empty_buckets | |
Run the edge detector over the block and return a list of blobs. | |
void | empty_buckets (BLOCK *block, OL_BUCKETS *buckets) |
capture_children | |
Find all neighbouring outlines that are children of this outline and either move them to the output list or declare this outline illegal and return false. | |
bool | capture_children (OL_BUCKETS *buckets, C_BLOB_IT *reject_it, C_OUTLINE_IT *blob_it) |
bool capture_children | ( | OL_BUCKETS * | buckets, |
C_BLOB_IT * | reject_it, | ||
C_OUTLINE_IT * | blob_it | ||
) |
Definition at line 435 of file edgblob.cpp.
void empty_buckets | ( | BLOCK * | block, |
OL_BUCKETS * | buckets | ||
) |
Definition at line 393 of file edgblob.cpp.
void extract_edges | ( | Pix * | pix, |
BLOCK * | block | ||
) |
Definition at line 329 of file edgblob.cpp.
void fill_buckets | ( | C_OUTLINE_LIST * | outlines, |
OL_BUCKETS * | buckets | ||
) |
Definition at line 368 of file edgblob.cpp.
Definition at line 349 of file edgblob.cpp.