Flood Fill

Utilities

Identifies connected regions for use by Flood Fill filters.

Select a node to adjust its parameters. Double-click a node to inspect.

Inputs

  • input

Parameters

ParameterTypeDefaultRangeDescription
threshold
Threshold
float0.50 to 1Input threshold for region detection.
connectivity
Connectivity
enumfour_wayWhether diagonal foreground pixels belong to the same region.
  • four_way : Connect foreground pixels only across shared edges.
  • eight_way : Connect foreground pixels across shared edges and diagonal corners.

Outputs

  • output (default format: rgba32float)