PROBLEMS IN FLOOD FILL AND BOUNDARY FILL ALGORITHMS FOR FILLING A SCREEN REGION
Answers
Answered by
0
Answer:
The flood-fill algorithm can process images painted by more than one boundary colours. On the other hand, the boundary-fill algorithm can function only the images created by a single boundary colour. The colouring in flood-fill is done just by replacing every point colour with the designated colour.
Similar questions