summaryrefslogtreecommitdiff
path: root/camlibs/stv0680/demosaic_sharpen.h
blob: fa2f8f6591b9a5ad3ce85efbab863b923b69c2fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/** Decl of demosaic_sharpen */

#ifndef CAMLIBS_STV0680_DEMOSAIC_SHARPEN_H
#define CAMLIBS_STV0680_DEMOSAIC_SHARPEN_H


#include "libgphoto2/bayer-types.h"


void demosaic_sharpen (const int width, const int height,
		       const unsigned char * const src_region,
		       unsigned char * const dest_region,
		       const int alpha, const BayerTile bt);

#endif /* !defined(CAMLIBS_STV0680_DEMOSAIC_SHARPEN_H) */