summaryrefslogtreecommitdiff
path: root/day2
diff options
context:
space:
mode:
authorPuneeth Chaganti2009-10-04 00:25:33 +0530
committerPuneeth Chaganti2009-10-04 00:25:33 +0530
commit5778120eadce76a5aef488b69eec092c33abd5e2 (patch)
tree8cecdaa2261faf2fe4a2a0dd8dba53f102007de5 /day2
parent9742cfcc663cdfb4310b06cbd171a5e14caed13a (diff)
downloadworkshops-5778120eadce76a5aef488b69eec092c33abd5e2.tar.gz
workshops-5778120eadce76a5aef488b69eec092c33abd5e2.tar.bz2
workshops-5778120eadce76a5aef488b69eec092c33abd5e2.zip
Edited image processing example.
Diffstat (limited to 'day2')
-rw-r--r--day2/session1.tex5
1 files changed, 4 insertions, 1 deletions
diff --git a/day2/session1.tex b/day2/session1.tex
index 47a6a76..cb3f95a 100644
--- a/day2/session1.tex
+++ b/day2/session1.tex
@@ -326,7 +326,10 @@ array([[ 0.96276665, 0.77174861],
\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}