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/test.cpp | |
parent | 66efed8b335610f9eae59fd3f52eccaffd7a6e0b (diff) | |
download | Dehaze-c16ba61435b2dc94c9871cee77bd2291febbc7fe.tar.gz |
add refs in README
Diffstat (limited to 'DCP/test.cpp')
-rw-r--r-- | DCP/test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DCP/test.cpp b/DCP/test.cpp index 2af8719..7587c35 100644 --- a/DCP/test.cpp +++ b/DCP/test.cpp | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | int main() | 3 | int main() |
4 | { | 4 | { |
5 | IplImage *input = cvLoadImage("house-input.bmp"); | 5 | IplImage *input = cvLoadImage("input.png"); |
6 | IplImage *result = cvCreateImage(cvGetSize(input), IPL_DEPTH_8U, 3); | 6 | IplImage *result = cvCreateImage(cvGetSize(input), IPL_DEPTH_8U, 3); |
7 | dehaze(result, input); | 7 | dehaze(result, input); |
8 | 8 | ||