Watershed Segmentation (ViGrA)
- Author: O.Conrad (c) 2009
- Menu: Imagery | ViGrA [deprecated]
Description
Note that the watershed algorithm usually results in an oversegmentation (i.e., too many regions), but its boundary localization is quite good.
Based on the code example "watershed.cxx" by Ullrich Koethe.
References
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Input | grid, input | INPUT | - | - |
Output | Segmentation | grid, output | OUTPUT | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Width of gradient filter | floating point number | SCALE | - | Minimum: 0.000000
Default: 1.000000 |
RGB coded data | boolean | RGB | - | Default: 0 |
Edges | boolean | EDGES | - | Default: 0 |
Command Line
Usage: saga_cmd imagery_vigra 4 [-INPUT ] [-OUTPUT ] [-SCALE ] [-RGB ] [-EDGES ]
-INPUT: Input
grid, input
-OUTPUT: Segmentation
grid, output
-SCALE: Width of gradient filter
floating point number
Minimum: 0.000000
Default: 1.000000
-RGB: RGB coded data
boolean
Default: 0
-EDGES: Edges
boolean
Default: 0