CH5G Flashcards
What is a pixel?
A pixel is a point that has no dimension, area, or visibility but can have a coordinate.
Is a pixel a box or a disk?
No, it is a point.
What are the main side effects of scan conversion?
Unequal intensity, overstrike, and aliasing.
What causes unequal intensity in raster displays?
The human perception of light based on density and intensity.
Why do diagonal lines appear dimmer than horizontal or vertical lines?
Due to lower pixel density along diagonals.
What is the solution to unequal intensity in diagonal lines?
Increase the number of pixels used.
What is overstrike?
When the same pixel is written more than once, intensifying its brightness.
How to prevent overstrike?
Check if a pixel has already been written before writing it again.
What is aliasing?
A jagged appearance of curves or diagonal lines due to low screen resolution.
What is the visual effect of aliasing on a screen?
Jagged edges on diagonal or curved lines.
What is the goal of anti-aliasing?
To smooth edges and reduce jaggedness in digital images.
What are the two general approaches to anti-aliasing?
Super-sampling and area sampling.
What is super-sampling?
Sampling at a higher resolution and filtering down to display size.
What is another term for super-sampling?
Post-filtering.
What is area sampling?
Sampling using boxes or other shapes that simulate area coverage.
What is another term for area sampling?
Pre-filtering.
What does area sampling require?
Primitives with area, like lines with width.
How does super-sampling reduce aliasing?
By taking multiple samples per pixel and averaging them.
What type of anti-aliasing is most common in hardware?
Super-sampling.
How does multisampling relate to anti-aliasing?
It’s a form of super-sampling used in GPUs like GeForce3.
What is done in multisampling?
Multiple subpixel samples determine pixel intensity.
How is a pixel treated in area sampling?
As a square with a measurable area.
What is unweighted area sampling?
All covered pixel areas contribute equally to intensity.
What is weighted area sampling?
Contribution varies depending on the location within the pixel.