Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (1)
Images defogging Matlab code
4.0
img_name='1.jpg'; % Original images I=double(imread(img_name))/255; % Get the image size [h,w,c]=size(I); win_size = 5; img_size=w*h; dehaze=zeros(img_size*c,1); dehaze=reshape(dehaze,h,w,c); figure, imshow(I); win_dark=zeros(img_size ,1); for cc=1:img_size win_dark(cc)=1; end <
wz6521
2016-08-23
0
1
No more~