|
Tesseract
3.02
|
#include "scrollview.h"#include "params.h"#include "img.h"#include "ocrblock.h"#include "coutln.h"#include "crakedge.h"#include "notdll.h"Go to the source code of this file.
Classes | |
| class | OL_BUCKETS |
Macros | |
| #define | BUCKETSIZE 16 |
Functions | |
| void | extract_edges (Pix *pix, BLOCK *block) |
| void | outlines_to_blobs (BLOCK *block, ICOORD bleft, ICOORD tright, C_OUTLINE_LIST *outlines) |
| void | fill_buckets (C_OUTLINE_LIST *outlines, OL_BUCKETS *buckets) |
| void | empty_buckets (BLOCK *block, OL_BUCKETS *buckets) |
| BOOL8 | capture_children (OL_BUCKETS *buckets, C_BLOB_IT *reject_it, C_OUTLINE_IT *blob_it) |
| BOOL8 capture_children | ( | OL_BUCKETS * | buckets, |
| C_BLOB_IT * | reject_it, | ||
| C_OUTLINE_IT * | blob_it | ||
| ) |
Definition at line 449 of file edgblob.cpp.
| void empty_buckets | ( | BLOCK * | block, |
| OL_BUCKETS * | buckets | ||
| ) |
Definition at line 403 of file edgblob.cpp.
| void extract_edges | ( | Pix * | pix, |
| BLOCK * | block | ||
| ) |
Definition at line 335 of file edgblob.cpp.
| void fill_buckets | ( | C_OUTLINE_LIST * | outlines, |
| OL_BUCKETS * | buckets | ||
| ) |
Definition at line 378 of file edgblob.cpp.
Definition at line 359 of file edgblob.cpp.