legendongary / Proximal-Dehaze-Net-CPU

CPU based Matlab code for ECCV paper "Proximal Dehaze-Net: A Prior Learning-Based Deep Network for Single Image Dehazing".
MIT License
15 stars 2 forks source link

Undefined function or variable 'dy_dark_channel'. #2

Open chialin6 opened 5 years ago

chialin6 commented 5 years ago

Same issue as issue #1 , but I haven't solved it.

error msg as bellow:

Undefined function or variable 'dy_dark_channel'.

Error in cnn_ours_eval>airLight (line 67)
darkc = dy_dark_channel(image, 15);

Error in cnn_ours_eval (line 10)
light = airLight(noisy);

Error in demo (line 8)
[resim, trans] = cnn_ours_eval(image);

I've searched all over the project with keyword dy_dark_channel but found no definition.

legendongary commented 4 years ago

I am puzzled. Why many of you cannot find this file? It's under the path './dehaze/source/'. Did you add the whole project and their subfolders into path?

image