Image ``/e186/imagedata/noisy_taxi'' is an image of a street scene of a city
on a newly discovered planet in the outer space, which was transmitted back to
Earth from the Hubble telescope. As the communication is very noisy, the image
is badly contaminated by a particular type of noise. Try the following algorithms
to reduce as much noisy as possible while still maintaining as much sharpness of
the image as possible.
- (a)
- Spatial low-pass filtering (using the best kernel of your choice).
- (b)
- Median filtering (using the best window shape/size).
- (c)
- Nagao method (try a few different window sizes to find the best)
Compare the pros and cons (effectiveness, computation time,
etc.) of these algorithms, and explain why. Print the image
after the noise is reduced for each of the algorithms. Submit
them as images 1, 2, and 3.