aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'DCP/dcp_core.h')
-rw-r--r--DCP/dcp_core.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/DCP/dcp_core.h b/DCP/dcp_core.h
new file mode 100644
index 0000000..3fb8c7c
--- /dev/null
+++ b/DCP/dcp_core.h
@@ -0,0 +1,9 @@
1#ifndef DCP_CORE_H
2#define DCP_CORE_H
3
4#include <opencv\cv.h>
5#include <opencv\highgui.h>
6
7void CalcDarkChannel(IplImage *darkchannel, IplImage *input, int radius);
8
9#endif \ No newline at end of file
Powered by cgit v1.2.3 (git 2.41.0)