\rhead{C C Taylor} \lhead{Including Images in the Final Project Report} \lfoot{Feb.\ 16, 1999} \cfoot{CS-182} \ctsec*{Including Images in the Final Project Report} For the final report, it would be a good idea to include images that demonstrate the input and output of your final project. In order to include images in your final report you will need to add some additional formatting commands. This document is intended to show some examples that you can use to add your own images. For example, I have included a copy of the original \textttc{eyes.pgm} image in figure 1. \begin{center} \includegraphics{eyes} Figure 1: Original eyes.pgm image \end{center} I could also include two images side-by-side to show a (a) ``before'' and (b) ``after'' processing example. This can be seen in figure 2. \begin{center} \begin{minipage}{4.4in} \begin{center} \includegraphics[width=3.5in]{glvs} (a) \end{center} \end{minipage} \begin{minipage}{4.4in} \begin{center} \includegraphics[width=3.5in]{glvs1} (b) \end{center} \end{minipage} Figure 2: The gloves image (a) originally and (b) after edge detection. \end{center} \begin{center} \begin{minipage}{4.0in} \begin{center} \includegraphics{glvsbr} (a) \end{center} \end{minipage} \begin{minipage}{4.0in} \begin{center} \includegraphics{glvs3} (b) \end{center} \end{minipage} Figure 3: The gloves image (a) blurred three times and (b) edge detection on the blurred image. \end{center} You should then include the images as attachments to the email message that includes your final project report. For this example file, I would have three attachments: eyes.pgm, glvs.pgm, glvs1.pgm, glvsbr, and glvs3.pgm. \ctssec*{Please let me know if you have any questions.}