Page MenuHomec4science

lecture_99.tex
No OneTemporary

File Metadata

Created
Thu, Mar 13, 15:35

lecture_99.tex

\documentclass[aspectratio=169]{beamer}
\def\stylepath{../styles}
\usepackage{\stylepath/com303}
\usepackage{pst-3dplot}
\usepackage{pst-tree}
% set date for scheduled broadcast, if known
%\date{}
%\setbeameroption{show only notes}\def\logoEPFL{}
%\setbeameroption{show notes}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\lect{interlude}
\title{Image Processing}
\date{}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}
\frametitle{Overview}
\par\bigskip
{\Large\bfseries Part 1: image processing basics}
\par\smallskip
\begin{itemize}
\item Introduction to Images and Image Processing
\item Affine Transforms
\item 2D Fourier Analysis
\item Image Filters
\end{itemize}
\par\bigskip
{\Large\bfseries Part 2: image compression}
\par\smallskip
\begin{itemize}
\item introduction to quantization
\item the problem of image compression
\item the JPEG standard
\end{itemize}
\end{frame}
\input{1_intro.tex}
\intertitle{affine transforms}
\input{2_affine.tex}
\intertitle{2D Fourier Analysis}
\input{3_fourier.tex}
\intertitle{image filtering}
\input{4_filters.tex}
\cueCard{end of Part 1}
\begin{frame} \frametitle{Overview of Part 2:}
\begin{itemize}[<+->]
\item Quantization
\item How can we compress an image?
\item the JPEG standard
\end{itemize}
\end{frame}
\intertitle{quantization: the basics}
\input{5_quantization.tex}
\intertitle{image compression fundamentals}
\input{6_compression.tex}
\intertitle{the JPEG standard}
\input{7_jpeg.tex}
\end{document}

Event Timeline