Exam 3 Image Processing End Mid Term 2022-1
Exam 3 Image Processing End Mid Term 2022-1
Question 1: [4 Marks]
Identify the following statements a: h as true () or false (×) statements:
The three texture images shown below are quite different; all images have size
80×80, with black (0) and white (1) pixels.
[ ] [ ] [ ] [ ]
[ ] [ ] [ ] [ ]
Question 3: [3 Marks]
Roberts Cross Edge Detector:
(a)
Write the kernels.
Answer: the kernels are:
1. ………………………. 2.……………………….
(b) How to calculate the gradient component? write the equation.
Answer: the gradient component calculated by the following equation:
……………………….
……………………….
2. ……………………….
Question 4: [ 4 Marks]
a. Compute the histogram of pixel values of the input image shown below.
b. Scale the input image using your result in (a) and the cumulative distribution function
to produce the output image.
Question 5: [5 Marks]
a. Rewrite the following Laplacian of Gaussian (LoG) equation which is used to obtain
LoG kernel. (Replace the “?” with the corresponding parameter or letter). [2 Marks]
b. Write the Canny operator steps as a multi-step algorithm that can detect edges with
noise supressed at the same time. [3 Marks]