aboutsummaryrefslogtreecommitdiff
path: root/DCP/dcp.h
blob: 00c7e53da6b1c7b38ddbfad7d585d99f78e09bd6 (plain) (blame)
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
Powered by cgit v1.2.3 (git 2.41.0)