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 with the gaussian filter G using zero padding.
b Is it more efficient to filter an image with two filters as opposed to a filter? Why? How does the computational complexity relate to the size of the filter kernel with 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 box filter ie averaging in a neighborhood
e 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 and below
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.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
