FloodFill
This function block utilizes the flood fill algorithm to fill enclosed shapes within a grayscale image. It is particularly useful for isolating and modifying specific regions based on connected pixel values.
π₯ Inputs
Image Gray
A grayscale image that will be processed to fill enclosed areas.
π€ Outputs
Image Gray
The output is a modified grayscale image where enclosed shapes have been filled.
πΉοΈ Controls
This function block does not have additional user controls beyond the input and output connections.
π¨ Features
Shape Filling
Efficiently fills connected regions in the image, allowing for various applications in image processing and analysis.
Automatic Handling
The algorithm identifies and fills shapes based on the specified starting point.
π Usage Instructions
Connect Input: Link a grayscale image to the
Image Gray
input.Run Evaluation: Initiate the block to fill enclosed shapes in the input image. The result will be output as a new filled image.
π Evaluation
When executed, the flood fill algorithm will process the input image, filling enclosed shapes with the specified fill color (in this case, white).
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated