Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 569 Bytes

File metadata and controls

16 lines (12 loc) · 569 Bytes

Fog-Removal-using-dark-channel-Prior

The program takes an input foggy image and produces an output de-fogged image.

This Research article has been published based on this project.

Dependencies

  • MATLAB v 2015a

Execution Steps

  1. Copy all the files from src folder in the MATLAB working folder on your computer.
  2. Open fog_removal_main.m and edit the path of your input image in
imread('your_input_image_path')
  1. Run fog_removal_main.m