day2/session1.tex
changeset 6 1f9492506ba2
parent 4 e5047bcbb608
child 7 adcc40e2bf70
child 9 2281002b579b
equal deleted inserted replaced
5:838cedef5e9d 6:1f9492506ba2
    68 %    showstringspaces=false,
    68 %    showstringspaces=false,
    69 %    breaklines=true,
    69 %    breaklines=true,
    70 %    postbreak = \space\dots
    70 %    postbreak = \space\dots
    71 % }
    71 % }
    72 
    72 
    73 
       
    74 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    73 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
    75 % Title page
    74 % Title page
    76 \title[]{Matrices and Arrays\\ \& \\2D Plotting}
    75 \title[]{Matrices and Arrays\\ \& \\2D Plotting}
    77 
    76 
    78 \author[Asokan \& Prabhu] {Asokan Pichai\\Prabhu Ramachandran}
    77 \author[Asokan \& Prabhu] {Asokan Pichai\\Prabhu Ramachandran}
   284 \end{lstlisting}
   283 \end{lstlisting}
   285 \inctime{15}
   284 \inctime{15}
   286 \end{frame}
   285 \end{frame}
   287 
   286 
   288 \begin{frame}[fragile]
   287 \begin{frame}[fragile]
   289   \frametitle{Problem set 1.0}
   288   \frametitle{Problem Set}
       
   289   \begin{lstlisting}
       
   290     >>> from scipy import misc
       
   291     >>> A=misc.imread(name)
       
   292     >>> misc.imshow(A)
       
   293   \end{lstlisting}
       
   294     \begin{enumerate}
       
   295     \item Convert an RGB image to Grayscale. $ Y = 0.5R + 0.25G + 0.25B $
       
   296     \end{enumerate}
   290 \inctime{15}
   297 \inctime{15}
   291 \end{frame}
   298 \end{frame}
   292 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   299 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
   293 
   300 
   294 \section{2D Plotting}
   301 \section{2D Plotting}