Skip to main content

One doc tagged with "flood-fill"

View all tags

Flood Fill using OpenCV

Demonstrates OpenCV's flood fill: use a seed point to fill connected regions. Includes a C/C++ example, parameter explanations, and expected output.