diff options
author | JinweiClarkChao <[email protected]> | 2015-08-25 16:48:29 +0800 |
---|---|---|
committer | JinweiClarkChao <[email protected]> | 2015-08-25 16:49:51 +0800 |
commit | c16ba61435b2dc94c9871cee77bd2291febbc7fe (patch) | |
tree | 6d0686a8c93288ce8767e9d0cc101f15b1feccb5 /DCP/dcp_core.h | |
parent | 66efed8b335610f9eae59fd3f52eccaffd7a6e0b (diff) | |
download | Dehaze-c16ba61435b2dc94c9871cee77bd2291febbc7fe.tar.gz |
add refs in README
Diffstat (limited to 'DCP/dcp_core.h')
-rw-r--r-- | DCP/dcp_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/DCP/dcp_core.h b/DCP/dcp_core.h index 658e461..98db7a4 100644 --- a/DCP/dcp_core.h +++ b/DCP/dcp_core.h | |||
@@ -3,6 +3,8 @@ | |||
3 | 3 | ||
4 | #include <opencv\cv.h> | 4 | #include <opencv\cv.h> |
5 | #include <opencv\highgui.h> | 5 | #include <opencv\highgui.h> |
6 | #include <opencv2\opencv.hpp> | ||
7 | #include <opencv2\ximgproc.hpp> | ||
6 | 8 | ||
7 | #include <iostream> | 9 | #include <iostream> |
8 | 10 | ||