Leptonica 1.68
C Image Processing Library
|
#include <watershed.h>
Data Fields | |
struct Pix * | pixs |
struct Pix * | pixm |
l_int32 | mindepth |
struct Pix * | pixlab |
struct Pix * | pixt |
void ** | lines8 |
void ** | linem1 |
void ** | linelab32 |
void ** | linet1 |
struct Pixa * | pixad |
struct Pta * | ptas |
struct Numa * | nasi |
struct Numa * | nash |
struct Numa * | namh |
struct Numa * | nalevels |
l_int32 | nseeds |
l_int32 | nother |
l_int32 * | lut |
struct Numa ** | links |
l_int32 | arraysize |
l_int32 | debug |
Definition at line 26 of file watershed.h.
struct Pix* L_WShed::pixs |
Definition at line 28 of file watershed.h.
Referenced by identifyWatershedBasin(), wshedApply(), wshedCreate(), wshedDestroy(), wshedRenderColors(), and wshedRenderFill().
struct Pix* L_WShed::pixm |
Definition at line 29 of file watershed.h.
Referenced by wshedApply(), wshedCreate(), and wshedDestroy().
Definition at line 30 of file watershed.h.
Referenced by wshedApply(), and wshedCreate().
struct Pix* L_WShed::pixlab |
Definition at line 31 of file watershed.h.
Referenced by identifyWatershedBasin(), wshedCreate(), and wshedDestroy().
struct Pix* L_WShed::pixt |
Definition at line 32 of file watershed.h.
Referenced by identifyWatershedBasin(), pixWriteStreamWebP(), wshedCreate(), and wshedDestroy().
void** L_WShed::lines8 |
Definition at line 33 of file watershed.h.
Referenced by identifyWatershedBasin(), wshedApply(), wshedCreate(), and wshedDestroy().
void** L_WShed::linem1 |
Definition at line 34 of file watershed.h.
Referenced by wshedCreate(), and wshedDestroy().
void** L_WShed::linelab32 |
Definition at line 35 of file watershed.h.
Referenced by identifyWatershedBasin(), wshedApply(), wshedCreate(), and wshedDestroy().
void** L_WShed::linet1 |
Definition at line 36 of file watershed.h.
Referenced by identifyWatershedBasin(), wshedCreate(), and wshedDestroy().
struct Pixa* L_WShed::pixad |
Definition at line 37 of file watershed.h.
Referenced by main(), wshedApply(), wshedBasins(), wshedDestroy(), and wshedSaveBasin().
struct Pta* L_WShed::ptas |
Definition at line 38 of file watershed.h.
Referenced by identifyWatershedBasin(), wshedApply(), and wshedDestroy().
struct Numa* L_WShed::nasi |
Definition at line 39 of file watershed.h.
Referenced by wshedApply(), and wshedDestroy().
struct Numa* L_WShed::nash |
Definition at line 40 of file watershed.h.
Referenced by wshedApply(), wshedDestroy(), and wshedGetHeight().
struct Numa* L_WShed::namh |
Definition at line 41 of file watershed.h.
Referenced by wshedApply(), wshedDestroy(), and wshedGetHeight().
struct Numa* L_WShed::nalevels |
Definition at line 42 of file watershed.h.
Referenced by main(), wshedApply(), wshedBasins(), wshedDestroy(), and wshedSaveBasin().
Definition at line 43 of file watershed.h.
Referenced by wshedApply().
Definition at line 44 of file watershed.h.
Referenced by wshedGetHeight().
Definition at line 45 of file watershed.h.
Referenced by identifyWatershedBasin(), mergeLookup(), wshedApply(), and wshedDestroy().
struct Numa** L_WShed::links |
Definition at line 46 of file watershed.h.
Referenced by mergeLookup(), wshedApply(), and wshedDestroy().
Definition at line 47 of file watershed.h.
Referenced by mergeLookup(), wshedApply(), and wshedDestroy().
Definition at line 48 of file watershed.h.
Referenced by debugWshedMerge(), identifyWatershedBasin(), wshedApply(), and wshedCreate().