Question: Construct a 5 x 5 Box filter. Scale the filter so all the values sum up to 1 . Write out the filter below where

Construct a 5x5 Box filter. Scale the filter so all the values sum up to 1. Write out the filter below where each row of the filter is on a different line.
Construct a 5x5 Gaussian filter with a standard deviation (sigma) of 1.5. Scale the filter so the values in the corners are 1.0. Round all float values to have 2 decimal places. Write out the filter below where each row of the filter is on a different line.
Construct a 5x5 Gaussian filter with a standard deviation (sigma) of 1.0. Scale the filter so the values in the corners are 1.0. Round all float values to have 2 decimal places. Write out the filter below where each row of the filter is on a different line.
Construct a 5x5 Gaussian filter with a standard deviation (sigma) of 0.5. Scale the filter so the values in the corners are 0.5. Round all float values to have 2 decimal places. Write out the filter below where each row of the filter is on a different line.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!