1 2 3 4 5 6 7 8
#ifndef DCP_H #define DCP_H #include "dcp_core.h" void dehaze(IplImage *recover, IplImage *input); #endif