recategorized by
436 views
0 0 votes

Consider the following statements with respect to approaches to fill area on raster systems:

$P$: To determine the overlap intervals for scan lines that cross the area

$Q$: To start from a given interior position and pain outward from this point until we encounter the specified boundary conditions.

Select the correct answer from the options given below:

  1. $P$ only
  2. $Q$ only
  3. Both $P$ and $Q$
  4. Neither $P$ nor $Q$

1 Answer

0 0 votes
Concept:
In raster scan system, electron beam move across the screen one row at a time from top to bottom.
In this, electron beam intensity is turned on and off to produce illumination on the screen.
Explanation:
There are two approaches used in area filling on raster systems: one is scan line algorithm and
another is seed fill algorithm.
1) Scan line algorithm: determine the overlap intervals for scan lines that cross the area or scan
line. A scan line is a line of pixels that are plotted on display device when electron beam scans the
display area horizontally.
2) Seed fill algorithm: It starts from interior position and point outward from this point until the
boundary condition reached. In this, a point is selected and then four or eight connected
approaches is used to fill it.
Position:
Show:

Related questions

0 0 votes
1 1 answer
833
833 views
soujanyareddy13 asked May 12, 2021
833 views
A rectangle is bound by the lines $x=0; y=0; x=5$ and $y=3$. The line segment joining $(-1, 0)$ and $(4,5)$, if clipped against this window will connect the points ______...
0 0 votes
0 0 answers
1.1k
1.1k views
soujanyareddy13 asked May 12, 2021
1,105 views
Which of the following algorithms is not used for line clipping?Cohen-Sutherland algorithmSutherland-Hodgeman algorithmLiang-Barsky algorithmNicholl-Lee-Nicholl algorithm
4 4 votes
1 answers 1 answer
7.4k
7.4k views
go_editor asked Aug 11, 2016
7,372 views
Consider a unit square centered at origin. The coordinates at the square are translated by a factor $\biggr( \dfrac{1}{2}, 1 \biggl)$ and rotated by an angle of $90^{\cir...
1 1 vote
1 1 answer
118
118 views
Shubham Sharma 2 asked Apr 19
118 views
A normalized matrix that maps a $3\mathrm{D}$ window specified by coordinates $(1,1,1)$ and $(4,5,6)$ on to a viewport specified by coordinates $(2,4,2)$ and $(8,10,8)$ i...