0
54kviews
Compare flood fill and boundary fill algorithm illustrating the same with a diagram
2 Answers
0
787views

Seed Filling:

In this method a particular seed point is picked and we start filling upwards and downwards pixels until boundary is reached. Seed fill method is of two types: Boundary fill and Flood fill.

Boundary fill algorithm:

In Boundary filling a seed point is fixed, and then neighboring pixels …

Create a free account to keep reading this post.

and 5 others joined a min ago.

0
471views

Food Fill Algorithm:-

Sometimes it is required to fill in an area that is not defined within a single colour boundary. In such cases we can fill areas by replacing a specified interior colour instead of searching for a boundary colour. This approach is called a flood-fill algorithm,here we …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.