Added a problem after initial numpy section in session1.
authorPuneeth Chaganti <punchagan@fossee.in>
Sat, 03 Oct 2009 16:18:26 +0530
changeset 6 1f9492506ba2
parent 5 838cedef5e9d
child 7 adcc40e2bf70
child 9 2281002b579b
Added a problem after initial numpy section in session1.
day2/session1.tex
--- a/day2/session1.tex	Sat Oct 03 00:41:12 2009 +0530
+++ b/day2/session1.tex	Sat Oct 03 16:18:26 2009 +0530
@@ -70,7 +70,6 @@
 %    postbreak = \space\dots
 % }
 
-
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 % Title page
 \title[]{Matrices and Arrays\\ \& \\2D Plotting}
@@ -286,7 +285,15 @@
 \end{frame}
 
 \begin{frame}[fragile]
-  \frametitle{Problem set 1.0}
+  \frametitle{Problem Set}
+  \begin{lstlisting}
+    >>> from scipy import misc
+    >>> A=misc.imread(name)
+    >>> misc.imshow(A)
+  \end{lstlisting}
+    \begin{enumerate}
+    \item Convert an RGB image to Grayscale. $ Y = 0.5R + 0.25G + 0.25B $
+    \end{enumerate}
 \inctime{15}
 \end{frame}
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%