photo

mohammad sheikholmolok


Last seen: mehr als ein Jahr vor Aktiv seit 2022

Followers: 0   Following: 0

Statistik

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
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); ...

mehr als ein Jahr vor | 0