Answered step by step
Verified Expert Solution
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.
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started