Continuous Wombling for edge detection. Uses magnitude of gradient to detect edges between adjacent cells. Edge segments connect such edges, when the difference of their gradient directions is below given threshold.
| Name | Type | Identifier | Description | Constraints |
Input | Features | Grid list (input) | FEATURES | - | - |
Output | Edges | Grid list (output) | EDGE_CELLS | - | - |
Output (*) | Grid list (optional output) | OUTPUT | - | - |
Options | Grid system | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
Minimum Magnitude | Floating point | TMAGNITUDE | Minimum magnitude as percentile. | Minimum: 0.000000 Maximum: 100.000000 Default: 90.000000 |
Maximum Angle | Floating point | TDIRECTION | Maximum angular difference as degree between adjacent segment points. | Minimum: 0.000000 Maximum: 180.000000 Default: 30.000000 |
Minimum Neighbours | Integer | TNEIGHBOUR | Minimum number of neighbouring potential edge cells with similar direction. | Minimum: 0 Default: 1 |
Alignment | Choice | ALIGNMENT | - | Available Choices: [0] between cells [1] on cell Default: 1 |
Edge Connectivity | Choice | NEIGHBOUR | - | Available Choices: [0] Rooke's case [1] Queen's case Default: 1 |
Additional Output | Choice | OUTPUT_ADD | - | Available Choices: [0] none [1] gradients [2] edge cells Default: 0 |
Zero as No-Data | Boolean | ZERO_AS_NODATA | - | Default: 1 |
(*) optional |