Question: Write a MATLAB function which implements a Gaussian smoothing filter with variable filter width (radius ). The function should dynamically create the required filter kernels
Write a MATLAB function which implements a Gaussian smoothing filter with variable filter width (radius ). The function should dynamically create the required filter kernels with a size of at least 5 in both directions. Make use of the fact that the Gaussian function is x/y-separable (see Sec. 5.3.3).
Based on Chapter 5 Burge and Burger Fundamentals of Image Processing
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
