• edited by
3,779 views
0 0 votes

Which of the following is/are side effects of scan conversion?

  1. Aliasing
  2. Unequal intensity of diagonal lines
  3. Overstriking in photographic applications
  4.  Local or Global aliasing
  1. $\text{i and ii}$
  2. $\text{i,ii and iii}$
  3. $\text{i,iii and iv}$
  4. $\text{i,ii,iii and iv}$

3 Answers

4 4 votes

Aliasing effects occur due to bad sampling of scan lines over the object. This occurs due to discontinuity of objects and scanning is restricted at integer values.

During the scan conversion, same pixel may be unneccesarily plotted multiple times which causes overstriking.

Unequal intensity occurs due to uneven brightness of the object during scan conversion.

Scan converting object normally into the image space will result in uneven distances between pickets since the endpoints will have to be snapped to pixel coordinates. This is sometimes called global aliasing, as the overall length of the picket fence is approximately correct. On the other hand an attempt to maintain equal spacing will greatly distort the overall length of the fence. This is sometimes called local aliasing, as the distances between pickets are kept close to their true distances.

http://akshaycs09.blogspot.in/2015/09/level-3-side-effects-of-scan-conversion.html

Hence option (4).

1 1 vote
0 0 votes
It is a process of representing graphics objects a collection of pixels. The graphics objects are continuous. The pixels used are discrete. Each pixel can have either on or off state.

A. Aliasing effect occurs due to to bad sampling of scan lines over the object , which is occure due to discontinuity of objects and scanning is reffered at integer value.

B. Unequal Intensity occures due to uneven brightness of object during scan conversion.

C.During scan conversion same pixels may be drawn multiple times , is known as overstriking

D. Local and global aliasing are also cause by scan conversion

 

So Answer is D
Answer:
Position:
Show:

Related questions

0 0 votes
2 2 answers
2.0k
2.0k views
go_editor asked Mar 24, 2020
1,972 views
Below are the few steps given for scan-converting a circle using Bresenham’s Algorithm. Which of the given steps is not correct?Compute $d= 3-2r$ (where $r$ is radius)Sto...
0 0 votes
3 3 answers
4.6k
4.6k views
go_editor asked Mar 24, 2020
4,584 views
Consider a line $AB$ with $A=(0,0)$ and $B=(8,4)$. Apply a simple $DDA$ algorithm and compute the first four plots on this line.$[(0,0),(1,1),(2,1),(3,2)]$$[(0,0),(1,1.5)...
0 0 votes
2 2 answers
1.4k
1.4k views
go_editor asked Mar 24, 2020
1,448 views
Which of the following statement(s) is/are correct?Persistence is the term used to describe the duration of phosphorescence.The control electrode is used to turn the ele...
0 0 votes
2 2 answers
1.6k
1.6k views
go_editor asked Mar 24, 2020
1,581 views
A segment is any object described by GKS commands and data that start with CREATE SEGMENT and Terminates with CLOSE SEGMENT command. What functions can be performed on th...