Feeds
답변 있음
Creating 9x9 average filter and applying it to an image with certain values.
img = imread('exp3.jpeg'); subplot(2,2,1); imshow(img); title('Original Image'); I=rgb2gray(img); subplot(2,2,2); imshow(I...
Creating 9x9 average filter and applying it to an image with certain values.
img = imread('exp3.jpeg'); subplot(2,2,1); imshow(img); title('Original Image'); I=rgb2gray(img); subplot(2,2,2); imshow(I...
거의 4년 전 | 0
