Tool NameWatershed Image Segmentation
Tool ID17
Library IDimagery_opencv
Version1.0
Author(s)O.Conrad (c) 2023

Description

Watershed Segmentation.

References

OpenCV Tutorial | Watershed Segmentation


Parameters

NameTypeIdentifierDescriptionConstraints
Input
Band 1grid, inputBAND_1
Band 2grid, input, optionalBAND_2
Band 3grid, input, optionalBAND_3
Seedsgrid, inputSEED_GRID
Output
Segmentsgrid, output, optionalSEGMENTS
Polygonsshapes, output, optionalPOLYGONS
Options
Get Seeds from...choiceSEEDSEither local maxima (peaks) or minima (pits) of band 1, or provided seeds grid (enumerated values greater zero or not no-data).Available Choices:
[0] peaks
[1] pits
[2] grid
Default: 0