项目作者: vh-diazr

项目描述 :
Restoration of images degraded by haze using genetic programming
高级语言: Python
项目地址: git://github.com/vh-diazr/dehazing-GP.git
创建时间: 2019-10-24T15:48:01Z
项目社区:https://github.com/vh-diazr/dehazing-GP

开源协议:GNU General Public License v3.0

下载


Design of estimators for restoration of images degraded by haze using genetic programming, Swarm and Evolutionary Computation 44, pp. 49-63, (2019)

J. E. Hernandez-Beltran, V. H. Diaz-Ramirez, Leonardo Trujillo, Pierrick Legrand

Paper Link: DOI:10.1016/j.swevo.2018.11.008

Restoring hazy images is challenging since it must account for several physical factors that are related to the image formation process. Existing analytical methods can only provide partial solutions because they rely on assumptions that may not be valid in practice. This research presents an effective method for restoring hazy images based on genetic programming. Using basic mathematical operators several computer programs that estimate the medium transmission function of hazy scenes are automatically evolved. Afterwards, image restoration is performed using the estimated transmission function in a physics-based restoration model. The proposed estimators are optimized with respect to the mean-absolute-error. Thus, the effects of haze are effectively removed while minimizing overprocessing artifacts. The performance of the evolved GP estimators given in terms of objective metrics and a subjective visual criterion, is evaluated on synthetic and real-life hazy images.

Please cite this paper as follows (Bibtex citation):

  1. @article{dehazingGP2019,
  2. title = "Design of estimators for restoration of images degraded by haze using genetic programming",
  3. author = "J. E. Hernandez-Beltran and V. H. Diaz-Ramirez and L. Trujillo and P. Legrand",
  4. journal = "Swarm and Evolutionary Computation",
  5. pages = "49 - 63",
  6. year = "2019",
  7. }

Example


Prerequisites

Python 3

Install python packages:
opencv-contrib-python, numpy, scipy, scikit-image

Usage

To test the estimators GP-SD and GP-SN

  1. python GPStatistics.py

To test the estimators GP-PD and GP-PN

  1. python GPPixels.py

NOTE: Read comments in the source file to select the estimators and modify parameters