phoenixtreesky7 / iders_dehazing

IDeRS: Iterative Dehazing Method for Single Remote Sensing Image
https://github.com/phoenixtreesky7/iders_dehazing
10 stars 2 forks source link

code #2

Open chenhuiphd opened 4 years ago

chenhuiphd commented 4 years ago

hi,I set method.A = 0 and I add a parameter gpu_ava = 1 before the if ~method.A,but,The following error will occur: Undefined function or variable 'image_exposure'.

Error in iders_demo (line 129) dehazingiders_E = im2double(image_exposure(dehazingiders, denoise)); WHY?thx

chenhuiphd commented 4 years ago

Does the following code modification represent a meaning(reappearance) of your paper“IDeRS: Iterative Dehazing Method for Single Remote Sensing Image”? dehazingiders_E = im2double(imexposure_lime(dehazingiders, denoise));

phoenixtreesky7 commented 4 years ago

@chenhuiphd Thanks very much! imexposure_lime() is right! The code is updated.