diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -4,6 +4,11 @@ Implementation of Single Image Haze Removal Using Dark Channel Prior. | |||
4 | 4 | ||
5 | Dependence: OpenCV 3.0 | 5 | Dependence: OpenCV 3.0 |
6 | 6 | ||
7 | Results | ||
8 | |||
9 | ![input](./samples/input.jpg) | ||
10 | ![result](./samples/result.bmp) | ||
11 | |||
7 | ### Ref | 12 | ### Ref |
8 | + He K, Sun J, Tang X. Single image haze removal using dark channel prior[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 2011, 33(12): 2341-2353. | 13 | + He K, Sun J, Tang X. Single image haze removal using dark channel prior[J]. Pattern Analysis and Machine Intelligence, IEEE Transactions on, 2011, 33(12): 2341-2353. |
9 | + He, Kaiming, Jian Sun, and Xiaoou Tang. "Guided image filtering." Pattern Analysis and Machine Intelligence, IEEE Transactions on 35.6 (2013): 1397-1409. \ No newline at end of file | 14 | + He, Kaiming, Jian Sun, and Xiaoou Tang. "Guided image filtering." Pattern Analysis and Machine Intelligence, IEEE Transactions on 35.6 (2013): 1397-1409. |