T-61.271 Information visualization

Exercise 2. Wed 20.10.2004:10-12 T3




1.
Aliasing and antialiasing. Show an example of aliasing effect and how it can be detrimental to visualizations. How can this be corrected with antialiasing? List and discuss the properties of a perfect 2D computer display (flat display that could not be made to look any better by adding more resolution or refresh frequency or color resolution etc.). Hint: Ware p. 66 onwards, and chapter 4.q


2.
Create an image that shows a strong color contrast effect.
( The same color looks different when it is surrounded by different colors ).


3.
Plot the gamut of a color foto/image in CIELab space. You can convert RGB values to XYZ with the following equation.


\begin{displaymath}
\left[\begin{array}{c}
X\\
Y\\
Z
\end{array}\right]
=\left...
...}\right]
\left[\begin{array}{c}
R\\
G\\
B
\end{array}\right]
\end{displaymath} (1)

The white point to be used in the CIELab formulas is D65:

$x_n=0.312713$, $y_n=0.329016$ and $Y_n=1.0$.



Jarkko Venna 2003-10-09