Feeds
提问
how i can implement these algorithm in matlab
Adaptive median filter changes size of Sxy (the size of the neighborhood) during operation. * Notation Zmin = minimum gr...
8 years 前 | 1 个回答 | 0
1
个回答提问
help Adaptive median filter !!
a=imread('hh1.tif'); figure(1),imshow(a),title('origanal image'); b=imnoise(a,'salt & pepper',.02); figure(2),imshow(b),tit...
8 years 前 | 1 个回答 | 0
1
个回答提问
problem in glcm graycomatrix code???
Hi. When I use this code I = imread('circuit.tif'); glcm = graycomatrix(I,'Offset',[2 0]) I get this error : ...
8 years 前 | 1 个回答 | 0
