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

未定义函数或变量 'dy_dark_channel'。 #1

Closed zijundeng closed 6 years ago

zijundeng commented 6 years ago

Hello, legendongary. I run the demo.m but error occurs. I will appreciate it if you help.

error log:

未定义函数或变量 'dy_dark_channel'。

出错 cnn_ours_eval>airLight (line 63) darkc = dy_dark_channel(image, 15);

出错 cnn_ours_eval (line 9) light = airLight(noisy);

出错 demo (line 8) [resim, trans] = cnn_ours_eval(image);

Best regards, Zijun

wangke0809 commented 5 years ago

hi! did u solve this problem?