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