Page MenuHomec4science

solIP.tex
No OneTemporary

File Metadata

Created
Thu, Mar 13, 02:04

solIP.tex

\documentclass[12pt,a4paper,fleqn]{article}
\usepackage{../styles/defsDSPcourse}
\title{COM-303 - Signal Processing for Communications}
\author{Solutions for the Image Processing Homework}
\date{}
\begin{document}
\maketitle
\begin{solution}{2D filtering}
$4,5,2,3,6,1$
(if in doubt, implement the filter in Python but remember that the axis convention in numerical packages for image processing may be flipped with respect to the textbook (i.e., the origin $[0,0]$ may be the upper left corner of the image))
\end{solution}
\begin{solution}{bilinear interpolation}
(f).
\end{solution}
\begin{solution}{Noise reduction}
Salt and pepper noise is modeled by random {\em isolated} pixels with a radically wrong value. To eliminate the noise we can try to replace each pixel by an average of the surrounding pixels, so that filters (a) and (c) may work.
In reality, salt and pepper noise is best eliminated by nonlinear processing method such as median filtering.
\end{solution}
\begin{solution}{Edge detection}
(a), (b), (c).
\end{solution}
\begin{solution}{Image filtering}
$5,4,6,3,1,2$.
\end{solution}
\begin{solution}{Prefix-free code}
$(a), (b), (c)$.
\end{solution}
\begin{solution}{Huffman coding}
$(a), (b), (c)$.
\end{solution}
\begin{solution}{zigzag scan}
$(0, 80), (1,-10), (3, 2), (0, 1), (1, -2), (10, 1), (0,0)$.
\end{solution}
\begin{solution}{Compression schemes}
(c).
\end{solution}
\end{document}

Event Timeline