aboutsummaryrefslogtreecommitdiff
path: root/DCP/dcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'DCP/dcp.h')
-rw-r--r--DCP/dcp.h8
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
6void dehaze(IplImage *recover, IplImage *input);
7
8#endif \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)