InterviewSolution
Saved Bookmarks
| 1. |
What is the name of the effect that causes different signals to become indistinguishable?(a) Aliasing(b) Anti-aliasing(c) Sampling(d) Staircase effectI had been asked this question during an interview.I would like to ask this question from Area Sampling in division Graphics Primitives of Computer Graphics |
|
Answer» RIGHT choice is (a) Aliasing Explanation: When the RESOLUTION is too LOW, visual stair-stepping of edges occurs in an image. That effect is called aliasing. |
|