SkillAgentSearch skills...

RADE

Fast Region-Adaptive Defogging and Enhancement; image dehazing; image defogging; image enhancement; accepted by ICPR 2020

Install / Use

/learn @lizhangray/RADE
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

RADE:Fast Region-Adaptive Defogging and Enhancement

MATLAB code for our ICPR 2020 paper "Z. Li, X. Zheng, B. Bhanu, S. Long, Q. Zhang, Z. Huang. Fast Region-Adaptive Defogging and Enhancement for Outdoor Images Containing Sky."
It is used for image dehazing / image defogging / image enhancement for images of outdoor scenes sepecially containing sky.

Run

example:
   HazyIn = imread('3.jpg'); 
   DehazeOut = RADE(HazyIn,5,0.8,0.03);

Authorized by Zhan Li (lizhan@jnu.edu.cn) created on Feb 23th, 2020 and released on Dec. 9th, 2020.

Requirement

The code was tested on MATLAB (R2015a), 64-bit Win10.

Citing

The code is free for academic/research purpose. Please kindly cite our work in your publications if it helps your research.

@article{
  title={Fast Region-Adaptive Defogging and Enhancement for Outdoor Images Containing Sky},
  author={Z. Li, X. Zheng, B. Bhanu, S. Long, Q. Zhang, Z. Huang},
  conference={The 25th International Conference on Pattern Recognition (ICPR). IEEE, Milan, Italy. 2021, 10th-15th Jan},
  year={2020}
}

Example

Comparison 1

Other

<div align=center> <center class="half"> <img src="./Example/2.jpg" width="400"/><img src="./Example/3.jpg" width="400"/></center></div> <div align=center> <center class="half"> <img src="./Example/4.jpg" width="400"/><img src="./Example/5.jpg" width="400"/></center></div> <div align=center> <center class="half"> <img src="./Example/6.jpg" width="400"/><img src="./Example/7.jpg" width="400"/></center></div> <div align=center> <center class="half"> <img src="./Example/8.jpg" width="400"/><img src="./Example/9.png" width="400"/></center></div> <div align=center> <center class="half"> <img src="./Example/10.jpg" width="400"/><img src="./Example/11.png" width="400"/></center></div> <div align=center> <center class="half"> <img src="./Example/12.png" width="400"/><img src="./Example/13.png" width="400"/></center></div>

Page Views Count

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated4mo ago
Forks3

Languages

MATLAB

Security Score

77/100

Audited on Dec 1, 2025

No findings