# HG changeset patch # User Puneeth Chaganti # Date 1254596133 -19800 # Node ID 5218871f98f456581333f3aea7ecb574ecb63d4b # Parent 0209dc01138126d8567078f15d16d92d2361c27e Edited image processing example. diff -r 0209dc011381 -r 5218871f98f4 day2/session1.tex --- a/day2/session1.tex Sat Oct 03 23:35:39 2009 +0530 +++ b/day2/session1.tex Sun Oct 04 00:25:33 2009 +0530 @@ -326,7 +326,10 @@ \begin{enumerate} \item Convert an RGB image to Grayscale. $ Y = 0.5R + 0.25G + 0.25B $ \item Scale the image to 50\% - \item Introduce some random noise? + \item Introduce some random noise + \item Smooth the image using a mean filter + \\\small{Take the mean of all the neighbouring elements} + \\\small{How fast can you do it?} \end{enumerate} \inctime{15} \end{frame}