Leptonica  1.83.1
Image processing and image analysis suite
L_WSPixel Struct Reference

Data Fields

l_float32 val
 
l_int32 x
 
l_int32 y
 
l_int32 index
 

Detailed Description

Wartshed pixel

Definition at line 136 of file watershed.c.

Field Documentation

◆ index

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().

◆ val

l_float32 L_WSPixel::val

pixel value

Definition at line 138 of file watershed.c.

Referenced by wshedApply(), and wshedGetHeight().

◆ x

l_int32 L_WSPixel::x

x coordinate

Definition at line 139 of file watershed.c.

Referenced by identifyWatershedBasin(), and wshedApply().

◆ y

l_int32 L_WSPixel::y

y coordinate

Definition at line 140 of file watershed.c.

Referenced by identifyWatershedBasin(), and wshedApply().


The documentation for this struct was generated from the following file: