Sensitivity to image noise

To quantitatively check the robustness of our method to image noise, we added multiplicative noise to every pixel's intensity value:


\begin{displaymath}
I_{noise} = I_{orig} + \sqrt{v}*rand(0,1)
\end{displaymath} (5.1)

We assume $I_{orig}$ between 0 and 1. We were increasing $v$ from 0.01 to 0.3 for trucks and from 0.01 to 0.1 for car images. Truck images have higher resolution, thus the variance $v$ could be bigger.

This experiment is implemented as follows:

Kocurek 2007-12-17