Image Demosaicking with Contour Stencils
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
dmcswl1.h
Go to the documentation of this file.
1 
16 #ifndef _DMCSWL1_H_
17 #define _DMCSWL1_H_
18 
19 int CSWL1Demosaic(float *Image, int Width, int Height,
20  int RedX, int RedY, float Alpha, float Epsilon, float Sigma,
21  float Tol, int MaxIter, int ShowEnergy);
22 
23 int DisplayContours(const float *Image, int Width, int Height,
24  int RedX, int RedY, const char *OutputFile);
25 
26 void FitMosaicedStencils(int *Stencil,
27  const float *Input, int Width, int Height, int RedX, int RedY);
28 
29 #endif /* _DMCSWL1_H_ */