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 years 前 | 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 years 前 | 1 个回答 | 0
