aliasing

28

Upload: leon

Post on 15-Jan-2016

26 views

Category:

Documents


0 download

DESCRIPTION

Aliasing When a program renders a picture on a display device, it must compute a color for each pixel on the display. - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Aliasing
Page 2: Aliasing

2/26

Page 3: Aliasing

3/26

AliasingWhen a program renders a picture on a display device, it must compute a color for each pixel on the display.

Computing the color for a pixel involves taking samples from the model or scene being drawn. A display screen has a finite number of regularly-spaced pixels, which means that a rendering program will take a finite number of samples from the model.

Aliasing occurs when the finite number of samples do not contain enough information to draw an accurate picture of the model. The next three slides demonstrate sampling.

Page 4: Aliasing

4/26

Page 5: Aliasing

5/26

Page 6: Aliasing

6/26

Page 7: Aliasing

7/26

Page 8: Aliasing

8/26

Page 9: Aliasing

9/26

Page 10: Aliasing

10/26

Page 11: Aliasing

11/26

Page 12: Aliasing

12/26

Page 13: Aliasing

13/26

Page 14: Aliasing

14/26

Page 15: Aliasing

15/26

Page 16: Aliasing

16/26

Page 17: Aliasing

17/26

Page 18: Aliasing

18/26

Page 19: Aliasing

19/26

Page 20: Aliasing

20/26

Page 21: Aliasing

21/26

Page 22: Aliasing

22/26

Page 23: Aliasing

23/26

Page 24: Aliasing

24/26

Page 25: Aliasing

25/26

Page 26: Aliasing

26/26

Page 27: Aliasing

27/26

CreditsTony Loza, Cynthia Gryniewicz and David Abramoske wrote the raytracing package that created slides 48-51. The raytracer is written in 'C' and runs on several Unix platforms. David incorporated the postfiltering methods, and Cynthia created the model.

Special thanks to Jenny Morlan for her invaluable assistance in designing the slides.

Thanks also to Ed Allemand, Steve Cunningham, Henry Harr, Steve Jost, Warren Krueger, Glenn Lancaster, Charlotte Williams and the 1992 Winter Quarter "Environmental Graphics" class for viewing the slides and making many helpful suggestions.

Page 28: Aliasing

28/26