photo

mohammad sheikholmolok


Last seen: más de 1 año hace Con actividad desde 2022

Followers: 0   Following: 0

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

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

más de 1 año hace | 0