Filters in MATLABUnderstanding zero padding at boundary of imageI = imread('eight.tif');h = ones(5,5) / 25;I2 = imfilter(I,h);imshow(I), title('Original ...
確定! 回上一頁