Starting from:

$35

Image Processing - Mid-term Exam Practice Problems): Exam 2 Solved

This is the transfer function of a Butterworth low-pass filter: H(u,v)  1D(u,v)/ D02n

Plot the approximate curves for n=1 and n=2.
Which one in (a) is more similar to an ideal low-pass filter?
Which one in (a) is more likely to cause ringing along edges in the filtered image?
Explain, qualitatively, the reason that the spacing of peaks along the u direction is smaller than the spacing of peaks along the v direction in the frequency-domain (Fourier) image?

Name the three types of redundancy mentioned in the class. For each one, briefly describe one coding method designed to reduce it.

Consider an image where pixels can take values of 0, 1, 2, or 3 with probabilities of 0.5, 0.25, 0.125, and 0.125, respectively.

Without symbol coding, how many bits per pixel are required to store the image?
Compute the entropy of the image; give the result in "bits per pixel".
Devise a Huffman coding table for the four values. How many bits per pixel are required to store the image after Huffman coding
Describe how non-uniform illumination can affect global thresholding, and how adaptive thresholding solves the problem. Just give the basic idea.

List the steps of the watershed algorithm.

Explain the steps of using "inverse filtering" to restore a blurred image.

The purpose is to do block-based transform coding. The following is a 2x2 gray-level image block (left) and four "basis blocks".

24
36
                            1/4 x

                                                            
1
1
 1/2 x

                 
1
1
 1/2 x

                 
1
-1
 1/2 x

                
1
-1
32
48
1
1
-1
-1
1
-1
-1
1
Obtain the four coefficients by projecting the image block to the four basis blocks.
Reconstruct the image block by dropping the last coefficient (i.e., using only the first three basis blocks and their respective coefficients.)
Reconstruct the image block using only the DC coefficient.
For the results of (b) and (c), compute the sum of squared errors with the formula below. Which is closer to the original?
                     M1N1                                  2

        e    fˆ(x, y) f (x, y) (M and N: size of the block)

x0 y0

 

More products