Skip to content

Latest commit

 

History

History
34 lines (18 loc) · 597 Bytes

File metadata and controls

34 lines (18 loc) · 597 Bytes

Digital_image_processing

数字图像的一些自己写的作业

Lecture

课程课件

参考书目为冈萨雷斯的《数字图像处理》

Software

Matlab2015

Python3.6

Haze Removal

Including:

1.Three papers:

1.1 Haze Removal(using soft matting) in 2009

1.2 Using fast matting in 2010

1.3 Using guide filter in 2010

(好老的文章 → →)

2.My report & slides

3.Codes

Using guide filter to remove image haze. Just open 'main.m' and run, if you wanna change the picture, just put your picture in this file and change the name in function in 'main.m'.