0% found this document useful (0 votes)
1K views5 pages

Image Processing Final Exam 2014 SOLUTION

This document contains an introduction and 8 problems related to image processing techniques. Problem 1 asks to sketch the histogram of an image after an intensity transformation. Problem 2 asks which operation would produce a specific histogram equalization. Problem 3 also asks about histogram equalization. Problem 4 asks about operations to eliminate noise and perform edge detection. Problem 5 asks about an average filter. Problem 6 demonstrates image resizing and filtering. Problem 7 shows how a Sobel mask can be implemented. Problem 8 asks to segment an image using split and merge and show the corresponding quadtree.

Uploaded by

sedat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1K views5 pages

Image Processing Final Exam 2014 SOLUTION

This document contains an introduction and 8 problems related to image processing techniques. Problem 1 asks to sketch the histogram of an image after an intensity transformation. Problem 2 asks which operation would produce a specific histogram equalization. Problem 3 also asks about histogram equalization. Problem 4 asks about operations to eliminate noise and perform edge detection. Problem 5 asks about an average filter. Problem 6 demonstrates image resizing and filtering. Problem 7 shows how a Sobel mask can be implemented. Problem 8 asks to segment an image using split and merge and show the corresponding quadtree.

Uploaded by

sedat
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

INTRODUCTION TO IMAGE PROCESSING

Fall 2014, Final Exam


Student Name:.................................................................
1 2 3 4 5 6 7 8 TOTAL
/ 15 / 10 / 10 / 10 /10 /15 /10 /20 / 100

PROBLEM 15 - 15 points
Consider an image with a histogram as in Figure 1a. The intensity transformation depicted in Figure 1b is
applied to this image. Sketch the histogram of the processed image.

Figure 1a Figure 1b

SOLUTION

The resulting histogram:


PROBLEM 2 – 10 points
Which operation should be applied to the image in Figure 2a to obtain the image in Figure 2b? Why?

Figure 2a Figure 2b

SOLUTION
Histogram equalization can be applied to the image in Figure 2a to obtain the image in Figure 2b.
Histogram equalization spreads the gray levels across a wide range from black to white.

PROBLEM 3 – 10 points
Consider an image with histogram depicted in Figure 3a. What operation should be applied to this image
to obtain an image with histogram in Figure 3b? Why?

Figure 3a Figure 3b

SOLUTION
Histogram equalization is applied to the image obtain an image with the histogram in Figure 3b.
Histogram equalization spreads the gray levels across a wide range from black to white.
PROBLEM 4– 10 points
Consider a pair of input (Figure 4a) and output (Figure 4b) images of a certain procedure. Which
operations are most likely involved in this procedure? Why?

Figure 4a Figure 4b

SOLUTION
A median filter is applied to the image in Figure 4a to eliminate the salt & pepper noise. Then an edge
detection algorithm is applied to obtain the edge magnitude map in Figure 4b.

PROBLEM 5 – 10 points

Figure 5a Figure 5b

Which of the following filters is applied to the image in Figure 5a to obtain the image in Figure 5b? Why?

SOLUTION
The resulting image in Figure 5b is a “blurred” version of the original image in Figure 5a. This effect can be
obtained by the average filter in (a).
PROBLEM 6 – 15 points
Consider the following image:

(a) Increase the size of this image from 2x2 to 4x4 by copying each pixel into a 2x2 block.
(b) Apply an averaging filter of size 3x3 to the resulting image. Use replication for border pixels.

SOLUTION
(a) (b)

PROBLEM 7 – 10 points
Show that the Sobel mask can be implemented by one pass of differencing mask [−1 0 1] along the rows
1
of the image, followed by a smoothing mask of the form [2] along the columns.
1

SOLUTION
PROBLEM 8 – 20 points
Segment the image shown below using the split and merge procedure. Let Q(R) = TRUE if all
pixels in region R have the same intensity (e.g. homogeneous region). Show the quadtree
corresponding to your segmentation.

SOLUTION

You might also like