#ifndef DCP_CORE_H #define DCP_CORE_H #include #include void CalcDarkChannel(IplImage *darkchannel, IplImage *input, int radius); #endif