photo

mohammad sheikholmolok


Last seen: plus d'un an il y a Actif depuis 2022

Followers: 0   Following: 0

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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); ...

plus d'un an il y a | 0