Sensitivity to image blur

We also tried the robustness on smoothed images, simulating badly focused cameras or image blur. We convolved the original image with the Gaussian kernels of increasing size:


\begin{displaymath}
I_{blur}(x,y) = I_{orig}(x,y) * G(x,y,\sigma)
\end{displaymath} (5.2)

where $G(x,y,\sigma)$ is defined as:


\begin{displaymath}G(x, y, \sigma) = {1 \over 2\pi\sigma^2}e^{-(x^2+y^2)/2\sigma^2}\end{displaymath}

We were increasing $\sigma$ from 0.5 to 3.0 for car images and and from 0.5 to 8.0 for truck images.

Experiment is performed as follows:

Kocurek 2007-12-17