Computer Science, asked by thelms8667, 1 year ago

Why is flood fill algorithm noy suitable for filling large polygons?

Answers

Answered by LuckyYadav2578
0
Adapting the algorithm to use an additional array to store the shape of the region allows generalization to cover "fuzzy" flood filling, where an element can differ by up to a specified threshold from the source symbol. Using this additional array as an alpha channel allows the edges of the filled region to blend somewhat smoothly with the not-filled region.

Similar questions