diff options
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 7587c35..71f29fc 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("input.png"); | 5 | IplImage *input = cvLoadImage("input.jpg"); |
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 | ||