tesseract-doxygen/textord/edgblob.h File Reference
#include "scrollview.h"
#include "varable.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 |
Defines |
#define | BUCKETSIZE 16 |
Functions |
void | extract_edges (ScrollView *window, IMAGE *image, IMAGE *t_image, ICOORD page_tr, 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) |
Define Documentation
Function Documentation
BOOL8 capture_children |
( |
OL_BUCKETS * |
buckets, |
|
|
C_BLOB_IT * |
reject_it, |
|
|
C_OUTLINE_IT * |
blob_it | |
|
) |
| | |
void fill_buckets |
( |
C_OUTLINE_LIST * |
outlines, |
|
|
OL_BUCKETS * |
buckets | |
|
) |
| | |
void outlines_to_blobs |
( |
BLOCK * |
block, |
|
|
ICOORD |
bleft, |
|
|
ICOORD |
tright, |
|
|
C_OUTLINE_LIST * |
outlines | |
|
) |
| | |