vh-diazr / dehazing-LocallyAdaptive

Single image-dehazing using locally adaptive processing
GNU General Public License v3.0
12 stars 3 forks source link

This is not the (near) real time version of your algorithm #1

Open ThejanW opened 4 years ago

ThejanW commented 4 years ago

Hi,

Is there parallelized version of this? The current implementation takes roughly 50 seconds for me to process a single image.

vh-diazr commented 4 years ago

Dear Thejan,

Thanks for your interest of our work. This is a Python implementation of the single image-dehazing algorithm reported in the paper. A parallel C/CUDA implementation of the algorithm for real-time applications is not publicly available at this moment. We added an explanatory note in the README file.

Best regards