0
22kviews
Explain 8 connected flood fill algorithm in detail.What are its advantages over Boundary fill algorithm?
1 Answer
1
1.1kviews
  1. The limitations of boundary fill algorithm like if the polygon is having boundaries with different colors then boundary fill algorithm fails.

  2. This limitation of boundary fill algorithm is overcome in flood fill algorithm.

  3. The flood fill algorithm is also called as seed fill algorithm.

  4. This algorithm begins with seed point. …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.