photo

mohammad sheikholmolok


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

  • First Answer

View badges

Feeds

View by

Answered
How to implement a function to apply the 3x3 average filter to a gray-scale image.
clc clear close all img = imread('E:\matlab project\image processing\Fig0121(b)(blown_ic_hr).tif'); [row ,col] = size(img); ...

1 year ago | 0