Skip to content

Restoration of images degraded by haze using genetic programming

License

Notifications You must be signed in to change notification settings

vh-diazr/dehazing-GP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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):

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

Example

Prerequisites

Python 3

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

Usage

To test the estimators GP-SD and GP-SN

python GPStatistics.py   

To test the estimators GP-PD and GP-PN

python GPPixels.py   

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

Releases

No releases published

Packages

No packages published

Languages