![]() |
Leptonica
1.82.0
Image processing and image analysis suite
|
#include <morph.h>
Data Fields | |
l_int32 | n |
l_int32 | nalloc |
struct Sel ** | sel |
l_int32 Sela::n |
number of sel actually stored
Definition at line 75 of file morph.h.
Referenced by selaAddSel(), selaDestroy(), selaGetCount(), and selaGetSel().
l_int32 Sela::nalloc |
size of allocated ptr array
Definition at line 76 of file morph.h.
Referenced by selaAddSel(), and selaExtendArray().
struct Sel** Sela::sel |
sel ptr array
Definition at line 77 of file morph.h.
Referenced by selaAddSel(), selaDestroy(), selaExtendArray(), and selaGetSel().