Aliasing and Anti-Aliasing
Aliasing and Anti-Aliasing
CONTENTS
1. Aliasing
2. Anti-aliasing
3. Post-filtering
4. Pre-filtering
5. Pixel Phasing
ALIASING
In computer graphics, the process by which
smooth curves and other lines become jagged
because the resolution of the graphics device or
file is not high enough to represent a smooth
curve.
In the line drawing algorithms, we have seen
that all rasterized locations do not match with
the true line and we have to select the optimum
raster locations to represent a straight line. This
problem is severe in low resolution screens. In
such screens line appears like a stair-step. This
effect is known as aliasing. It is dominant for
lines having gentle and sharp slopes.
ANTI-ALIASING