Feeds
답변 있음
Adding haze to image
image=imread('image2.jpg'); subplot(2,2,1); imshow(image);title('imege'); a=imcomplement(image); subplot(2,2,2);imshow(a);t...
Adding haze to image
image=imread('image2.jpg'); subplot(2,2,1); imshow(image);title('imege'); a=imcomplement(image); subplot(2,2,2);imshow(a);t...
거의 4년 전 | 0
질문
I convolve two images but doesn't work can you help me.
% 2nd Assignemnt i get two images of low light and infrared image. a=imread('low light.jpg') b=imread('infrared image.jp...
거의 4년 전 | 답변 수: 1 | 0
