COMPUTER GRAPHICS

Definition: Using the computer to create, manipulate, modify, and/or display images (data)

History

 

USES



 

DISPLAY TECHNOLOGY


Aliasing
Definition: a display artifact caused by improper sampling.

-Seen as jaggies (spatial), jittering(temporal), or flashing/crawling (temporal)

-Arises from not sampling the signal enough (undersampling).

-This is why wagon-wheels spin backwards in movies and TV.
    (you never see this in person -- unless you blink rapidly)

-Not a feature, want a system with anti-aliasing, not aliasing

-Fundamental problem in many aspects of computer graphics
    We are approximating a continuous world with discrete samples!

-Need to sample at twice the highest frequency in the signal (Nyquist limit)

-Example:


DISPLAY TYPES

Raster Display Processing

Frame-buffers