项目作者: rexledesma

项目描述 :
An implementation of "Single Image Haze Removal Using Dark Channel Prior" by He et al. 2009
高级语言: Jupyter Notebook
项目地址: git://github.com/rexledesma/Haze-Removal.git
创建时间: 2018-04-24T03:18:49Z
项目社区:https://github.com/rexledesma/Haze-Removal

开源协议:

下载


Single-Image-Haze-Removal-Using-Dark-Channel-Prior

A Python implementation of “Single Image Haze Removal Using Dark Channel Prior” by K. He et al.

PDF

Setup

  1. python3 -m venv haze-removal
  2. source haze-removal/bin/activate
  3. pip3 install -r requirements.txt