From 17fbf4355747b1ceb9caca120aec9830a44621cf Mon Sep 17 00:00:00 2001 From: JinweiClarkChao Date: Mon, 24 Aug 2015 10:15:00 +0800 Subject: init --- DCP/dcp.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 DCP/dcp.h (limited to 'DCP/dcp.h') 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 @@ +#ifndef DCP_H +#define DCP_H + +#include "dcp_core.h" + +void dehaze(IplImage *recover, IplImage *input); + +#endif \ No newline at end of file -- cgit v1.2.3