Tesseract
3.02
|
#include <stepblob.h>
Public Member Functions | |
C_BLOB () | |
C_BLOB (C_OUTLINE_LIST *outline_list) | |
C_BLOB (C_OUTLINE *outline) | |
C_OUTLINE_LIST * | out_list () |
TBOX | bounding_box () |
inT32 | area () |
inT32 | perimeter () |
inT32 | outer_area () |
inT32 | count_transitions (inT32 threshold) |
void | move (const ICOORD vec) |
void | rotate (const FCOORD &rotation) |
Pix * | render () |
Pix * | render_outline () |
void | plot (ScrollView *window, ScrollView::Color blob_colour, ScrollView::Color child_colour) |
C_BLOB & | operator= (const C_BLOB &source) |
![]() | |
ELIST_LINK () | |
ELIST_LINK (const ELIST_LINK &) | |
void | operator= (const ELIST_LINK &) |
Static Public Member Functions | |
static C_BLOB * | FakeBlob (const TBOX &box) |
static C_BLOB * | deep_copy (const C_BLOB *src) |
Definition at line 28 of file stepblob.h.
|
inline |
Definition at line 31 of file stepblob.h.
|
explicit |
Definition at line 143 of file stepblob.cpp.
|
explicit |
Definition at line 172 of file stepblob.cpp.
inT32 C_BLOB::area | ( | ) |
Definition at line 211 of file stepblob.cpp.
TBOX C_BLOB::bounding_box | ( | ) |
Definition at line 192 of file stepblob.cpp.
Definition at line 271 of file stepblob.cpp.
Definition at line 76 of file stepblob.h.
Definition at line 180 of file stepblob.cpp.
void C_BLOB::move | ( | const ICOORD | vec | ) |
Definition at line 293 of file stepblob.cpp.
Definition at line 69 of file stepblob.h.
|
inline |
Definition at line 42 of file stepblob.h.
inT32 C_BLOB::outer_area | ( | ) |
Definition at line 250 of file stepblob.cpp.
inT32 C_BLOB::perimeter | ( | ) |
Definition at line 230 of file stepblob.cpp.
void C_BLOB::plot | ( | ScrollView * | window, |
ScrollView::Color | blob_colour, | ||
ScrollView::Color | child_colour | ||
) |
Definition at line 376 of file stepblob.cpp.
Pix * C_BLOB::render | ( | ) |
Definition at line 353 of file stepblob.cpp.
Pix * C_BLOB::render_outline | ( | ) |
Definition at line 362 of file stepblob.cpp.
void C_BLOB::rotate | ( | const FCOORD & | rotation | ) |
Definition at line 328 of file stepblob.cpp.