This is an implementation of dehaze(haze removal) algorithm using C/C++ on Qt platform. The algorithm is written in C.
Dehaze is a technique to improve the visibility of the outdoor images.
hazy image | output |
---|---|
- window size=5x5 pixels
- ω=0.95
- t_0=0.01
- p=0.1
- Qt 5.3 or newer (probably works on older than 5.3 but not tested)
include/ header files
inImg_db/ example input images
lib_c/ C code
lib_qc/ C structure <-> C++ data conversion
outImg_db/ example output images