diff options
author | JinweiClarkChao <[email protected]> | 2015-08-24 10:15:00 +0800 |
---|---|---|
committer | JinweiClarkChao <[email protected]> | 2015-08-24 10:15:00 +0800 |
commit | 17fbf4355747b1ceb9caca120aec9830a44621cf (patch) | |
tree | 6ec188fe59b0ae8c65a812765ef8f621ecf87ec3 /DCP/dcp.h | |
download | Dehaze-17fbf4355747b1ceb9caca120aec9830a44621cf.tar.gz |
init
Diffstat (limited to 'DCP/dcp.h')
-rw-r--r-- | DCP/dcp.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/DCP/dcp.h b/DCP/dcp.h new file mode 100644 index 0000000..00c7e53 --- /dev/null +++ b/DCP/dcp.h | |||
@@ -0,0 +1,8 @@ | |||
1 | #ifndef DCP_H | ||
2 | #define DCP_H | ||
3 | |||
4 | #include "dcp_core.h" | ||
5 | |||
6 | void dehaze(IplImage *recover, IplImage *input); | ||
7 | |||
8 | #endif \ No newline at end of file | ||