Computer Science, asked by rfs786syed, 1 month ago

_________algorithm lines
interior points of a polygon or
the scan line and these points
are done on or off according
to requirement.
Answer
A. Scan Line Polygon Fill
B. Boundary Fill
C. Flood Fill
D. 'Mid Point​

Answers

Answered by divyanshi215
1

A option

Scan line polygon fill

Mark it as brainlist and follow

Answered by letmeanswer12
0

"Flood Fill algorithm lines  interior points of a polygon or  the scan line and these points  are done on or off according  to requirement"

More about Flood Fill algorithm

                        Flood fill is an algorithm that regulates the area connected to a given cell in a multi-dimensional array.  Assume that we have a colorful image that can be represented as a 2D array of pixels. Each pixel in this 2D array has a color.  

Basically, the flood fill algorithm takes two parameters:

  • Start position which represents the index of the cell that we want to recolor with all its connected cells that have the same first color.
  • New color represents the new color that the specified area will have after applying the flood fill algorithm.
Similar questions