![]() |
Leptonica
1.83.1
Image processing and image analysis suite
|
Data Fields | |
l_float32 | val |
l_int32 | x |
l_int32 | y |
l_int32 | index |
Wartshed pixel
Definition at line 136 of file watershed.c.
l_int32 L_WSPixel::index |
label for set to which pixel belongs
Definition at line 141 of file watershed.c.
Referenced by identifyWatershedBasin(), mergeLookup(), wshedApply(), and wshedSaveBasin().
l_float32 L_WSPixel::val |
pixel value
Definition at line 138 of file watershed.c.
Referenced by wshedApply(), and wshedGetHeight().
l_int32 L_WSPixel::x |
x coordinate
Definition at line 139 of file watershed.c.
Referenced by identifyWatershedBasin(), and wshedApply().
l_int32 L_WSPixel::y |
y coordinate
Definition at line 140 of file watershed.c.
Referenced by identifyWatershedBasin(), and wshedApply().