- Use a program of your choice (Matlab, your own, etc) to generate ten 256256 images with graylevel 128 corrupted with additive, zero-mean Gaussian noise with standard deviation 2.0. Use the procedures EST NOISE in Chapter 2 of Trucco and Verri, to estimate the noise in the images. Discuss your results. Note: do not discard the images as you will use them in the next problem.
- Filter the noisy images generated for the previous problem with a 33 box filter. Use EST NOISE to estimate the noise of the output images. Discuss your results.
- Generate a 2D Gaussian filter mask with standard deviation 1.4. Find two equivalent 1-D masks sothat they can be used to smooth images applying the separability property.
- Consider the following two averaging filters used to clean images:
1 | 1 | 1 | 1 | 1 |
1
5Avg. Filter (a)
1 | 2 | 4 | 2 | 1 |
1
10Avg. Filter (b)
- An 1 10 image I(x) has gray level values as follows:
10 | 10 | 10 | 10 | 10 | 40 | 40 | 40 | 40 | 40 |
Filter the given image with the average filters (a) and (b) (ignoring the borders).
- Compare the two given filters in terms of computational cost and the variance of the noise ofthe filtered images, when they are applied to images with additive, uncorrelated Gaussian noise with zero mean and variance 2.
- An image contains a thin vertical line, one pixel thick. It has a gray level of 50 and lies on a backgroundof salt and pepper noise having gray values of 100 and 0, respectively, where the probability(pepper) = 0.3 and the probability(salt)=0.7, and the probability of salt and pepper are independent of each other. A horizontal 13 operator with values (-1,2,-1) is applied to this image. Find the probability distribution for the output values when the operator is centered at a pixel: on the line adjacent to the line
- An 88 image I(i,j) has pixel values following the equation I(i,j) = |i j| with i,j = 0,1,,7 Find the output image obtained by applying a 33 median filter on the image I. (Assume that the border pixels are not changed)
- Consider a 1D step profile
Work out the result of applying the median filtering with n = 3 and compare the result with the output of filtering with the averaging mask 1/4[1 2 1].
1
Reviews
There are no reviews yet.