0
42kviews
Explain Flood Fill Algorithm for 4 connected and 8 connected. What are its advantages over boundary Fill algorithm

Mumbai University > Information Technology > Sem 5 > Computer graphics and vitual reality

Marks: 10M

Year: May 2016

1 Answer
1
1.2kviews
  • Polygon is an ordered list of vertices as shown in the following figure. For filling polygons with particular colors, you need to determine the pixels falling on the border of the polygon and those which fall inside the polygon. In this chapter, we will see how we can fill polygons …

Create a free account to keep reading this post.

and 5 others joined a min ago.

copy paste...!!! from https://www.tutorialspoint.com/computer_graphics/polygon_filling_algorithm.htm


Please log in to add an answer.