| Tool Name | Watershed Image Segmentation |
| Tool ID | 17 |
| Library ID | imagery_opencv |
| Version | 1.0 |
| Author(s) | O.Conrad (c) 2023 |
OpenCV Tutorial | Watershed Segmentation
| Name | Type | Identifier | Description | Constraints |
|---|---|---|---|---|
| Input | ||||
| Band 1 | grid, input | BAND_1 | ||
| Band 2 | grid, input, optional | BAND_2 | ||
| Band 3 | grid, input, optional | BAND_3 | ||
| Seeds | grid, input | SEED_GRID | ||
| Output | ||||
| Segments | grid, output, optional | SEGMENTS | ||
| Polygons | shapes, output, optional | POLYGONS | ||
| Options | ||||
| Get Seeds from... | choice | SEEDS | Either 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 |