Question: Image filtering ( a ) Filter image J with the gaussian filter G using zero padding. G = 1 1 6 { 1 , 2

Image filtering
(a) Filter image J with the gaussian filter G using zero padding.
G=116{1,2,12,4,21,2,1
(b) Is it more efficient to filter an image with two 1D filters as opposed to a 2D filter? Why? How does the computational complexity relate to the size of the filter kernel (with KK pixels) in both cases?
(c) Is the following convolution kernel separable? If so, separate it.
For the image I below apply the following filters to the pixel at the center (marked with a box). Round the results to the nearest integer value.
(d)33 box filter (i.e. averaging in a 33 neighborhood).
(e)33 median filter.
(f) Why is the Gaussian filter a better smoothing filter than a box filter? How can it be implemented fast?
(g) Compute the edge direction and magnitude (that is, the direction and magnitude of image gradient) at the center pixel using the masks of the Sobel edge detector (S1 and S2 below).
S1=18{-1,0,1-2,0,2-1,0,1,S2=18,{-1,-2,-10,0,01,2,1
(h) The binary pixel array on the left below was convolved with an unknown kernel [?]to produce the result on the right. The output is limited to the same size as input and zero padding was used at the boundaries. Specify the kernel as an array. What task does it accomplish in computer vision.
 Image filtering (a) Filter image J with the gaussian filter G

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!