Flood Fill
Utilities
Identifies connected regions for use by Flood Fill filters.
Inputs
input
Parameters
| Parameter | Type | Default | Range | Description |
|---|---|---|---|---|
thresholdThreshold | float | 0.5 | 0 to 1 | Input threshold for region detection. |
connectivityConnectivity | enum | four_way | Whether diagonal foreground pixels belong to the same region.
|
Outputs
output(default format:rgba32float)