answersLogoWhite

0


Best Answer

in scan line polygon fill, each can line crossing a polygon, the area fill algorithm locates the intersection point of the scan line with the polygon edges. These intersection points are then stored from left to right and the corresponding frame buffer positions between each intersection painr are set to the specified fill color.

In boundary fill, approach to area filling is to start at a point inside a region and paint the interior outward toward and the boundary.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Compare the scan line polygon fill with the boundary fill algorithm?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Compare scanline polygon fill with the boundary fill algorithm?

in scan line polygon fill, each can line crossing a polygon, the area fill algorithm locates the intersection point of the scan line with the polygon edges. These intersection points are then stored from left to right and the corresponding frame buffer positions between each intersection painr are set to the specified fill color.In boundary fill, approach to area filling is to start at a point inside a region and paint the interior outward toward and the boundary.


Difference between boundary fill algorithm and scanline polygon fill algorithm?

in scan line polygon fill, each can line crossing a polygon, the area fill algorithm locates the intersection point of the scan line with the polygon edges. These intersection points are then stored from left to right and the corresponding frame buffer positions between each intersection painr are set to the specified fill color. In boundary fill, approach to area filling is to start at a point inside a region and paint the interior outward toward and the boundary.


Difference between boundary fill and flood fill algorithm?

boundary fill fills boundary with one color and flood fill fills boundary with different color.


Difference between boundary fill and flood fill?

boundaryfill fills area till the single boundary color is reached whereas floodfill fills area not defined by single boundary colourfloodfill replaces interior colour instead of searching for boundary colour


What is seed fill algorithm?

The cluster of pixels which are grouped together by filling up the bodies by the combination of colours for display.


Can you give me a haiku about cheer?

Cheers fill up the air, Smiles and laughs everywhere, Joy beyond compare.


What are some of the physical features of a divergent boundary?

some physical features about divergent boundaries are rifts that may turn into rift valleys, and sometimes it may fill with magma


What are some of the physical feature associated with a divergent boundary?

some physical features about divergent boundaries are rifts that may turn into rift valleys, and sometimes it may fill with magma


What is an equilateral polygon with two sets of parallel sides?

the Square and the ParallelogramIf there can be more sides then an y of the regular polygons with an even number of sides fill the bill: regular hexagon, octagon, decagon...


Where can one get Greenwoods loans?

One can get Greenwood loan by going direct to the Greenwood website. You can fill in the online forms and get free quotes instantly. You can use comparison website such as Compare the Market to compare their rates against other loan companies.


What is an explanation of different area filling techniques?

different area filling techniqes in computer graphics are boundary filling and flood filling. By using both techniques we can fill the whole area by shan


Advantages and disadvantages 4 and 8 connected flood fill algorithm?

Advantages : - very simple - efficiency and correctness Disadvantages : - requires getpixel() system call - not efficient for large polygons - needs a large stack - requires a seed point