PLEASE READ THE QUESTION CAREFULLY! The other questions are only for reference, and I have already provided the answers for those!
My understanding is that the filter in part A is a gaussian filter while in C it is a gradient filter, so my thought is A would be the correct answer but I am unsure
The actual question:
If it was properly normalized, which of the two convolutions kernels used below, A or C, would be smoothing the image?
For reference:
A.
Question 3 Linear Operator Computation. (10 points) Consider the following small
(row) image. The row of pixel values could r
ans:
X
40
80
110
50
0
X
C.
C. (2 points) Compute the convolution of the original row of pixels at the top of the
page with kernel [ 1 0 -1 ] and fill in
ans:
0
40
- 10
-50
0
X
X



Answer :

Other Questions