aboutsummaryrefslogtreecommitdiff
blob: 3fb8c7c159b0aeb45f534198d09db858685d1f01 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef DCP_CORE_H
#define DCP_CORE_H

#include <opencv\cv.h>
#include <opencv\highgui.h>

void CalcDarkChannel(IplImage *darkchannel, IplImage *input, int radius);

#endif
Powered by cgit v1.2.3 (git 2.41.0)