Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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 text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts Of Database Management

Authors: Joy L. Starks, Philip J. Pratt, Mary Z. Last

9th Edition

1337093424, 978-1337093422

More Books

Students also viewed these Databases questions