0
38kviews
Explain Boundary / Edge fill algorithm (8 connected region). OR Write a boundary fill procedure to fill 8-connected region.
1 Answer
1
1.5kviews

Polygon Filling:-
Filling the polygon means highlighting all the pixels which lie inside the polygon with any colour other than background colour. Polygons are easier to fill since they have linear boundaries.

There are two basic approaches used to fill the polygon.

One way to fill polygon is to start …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.