diff options
Diffstat (limited to 'DCP/dcp_core.h')
-rw-r--r-- | DCP/dcp_core.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DCP/dcp_core.h b/DCP/dcp_core.h index 3fb8c7c..85e4d59 100644 --- a/DCP/dcp_core.h +++ b/DCP/dcp_core.h | |||
@@ -5,5 +5,10 @@ | |||
5 | #include <opencv\highgui.h> | 5 | #include <opencv\highgui.h> |
6 | 6 | ||
7 | void CalcDarkChannel(IplImage *darkchannel, IplImage *input, int radius); | 7 | void CalcDarkChannel(IplImage *darkchannel, IplImage *input, int radius); |
8 | void CalcAirlight(IplImage *darkchannel, IplImage *input, double A[]); | ||
9 | void CalcTransmission(IplImage *transmission, IplImage *input, double A[], int radius); | ||
10 | void CalcRecover(IplImage *result, IplImage *input, IplImage *transmission, double A[]); | ||
11 | void GuidedFilterColor(IplImage *q, IplImage *II, IplImage *p, double eps, int r); | ||
12 | |||
8 | 13 | ||
9 | #endif \ No newline at end of file | 14 | #endif \ No newline at end of file |