photo

mohammad sheikholmolok


Last seen: oltre un anno fa Attivo dal 2022

Followers: 0   Following: 0

Statistica

  • First Answer

Visualizza badge

Feeds

Visto da

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

oltre un anno fa | 0