Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

10.12 The results obtained by a single pass through an image of some 2-D kernels can be achieved also by two passes using 1-D kernels.

image text in transcribed

10.12 The results obtained by a single pass through an image of some 2-D kernels can be achieved also by two passes using 1-D kernels. For example, the same result of using a 3X3 smoothing kernel with coefficients 1/9 can be obtained by a pass of the kernel [1 1 1] through an image, followed by a pass of the result with the kernel [1 1 1]". The final result is then scaled by 1/9. Show that the response of Sobel kernels (Fig. 10.14) can be implemented similarly by one pass of the differencing kernel [-1 0 1] (or its vertical coun- terpart) followed by the smoothing kernel [1 2 1] (or its vertical counterpart)

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_2

Step: 3

blur-text-image_3

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

Microsoft Visual Basic 2008 Comprehensive Concepts And Techniques

Authors: Gary B. Shelly, Corinne Hoisington

1st Edition

1423927168, 978-1423927167

More Books

Students also viewed these Databases questions

Question

Is there a digital divide? If so, why does it matter?

Answered: 1 week ago

Question

4. Design a career management system.

Answered: 1 week ago

Question

4. Evaluation is ongoing and used to improve the system.

Answered: 1 week ago

Question

6. Effectively perform the managers role in career management.

Answered: 1 week ago