![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
#include <morph.h>
Data Fields | |
l_int32 | sy |
l_int32 | sx |
l_int32 | cy |
l_int32 | cx |
l_int32 ** | data |
char * | name |
l_int32 Sel::cx |
x location of sel origin
Definition at line 66 of file morph.h.
Referenced by selCopy(), selGetParameters(), and selSetOrigin().
l_int32 Sel::cy |
y location of sel origin
Definition at line 65 of file morph.h.
Referenced by sarrayMakeWplsCode(), selCopy(), selGetParameters(), and selSetOrigin().
l_int32** Sel::data |
{0,1,2}; data[i][j] in [row][col] order
Definition at line 67 of file morph.h.
Referenced by pixDilate(), pixErode(), pixHMT(), sarrayMakeInnerLoopDWACode(), sarrayMakeWplsCode(), selCopy(), selCreate(), selDestroy(), and selFindMaxTranslations().
char* Sel::name |
used to find sel by name
Definition at line 68 of file morph.h.
Referenced by selaAddSel(), selCopy(), selCreate(), selDestroy(), selGetName(), and selSetName().
l_int32 Sel::sx |
sel width
Definition at line 64 of file morph.h.
Referenced by sarrayMakeInnerLoopDWACode(), sarrayMakeWplsCode(), selCopy(), selCreate(), and selGetParameters().
l_int32 Sel::sy |
sel height
Definition at line 63 of file morph.h.
Referenced by sarrayMakeInnerLoopDWACode(), sarrayMakeWplsCode(), selCopy(), selCreate(), selDestroy(), and selGetParameters().