Zhang-Wu Directional LMMSE Image Demosaicking
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
dmbilinear.h
Go to the documentation of this file.
1 
16 #ifndef _DMBILINEAR_H_
17 #define _DMBILINEAR_H_
18 
19 void CfaFlatten(float *Cfa, const float *Input, int Width, int Height,
20  int RedX, int RedY);
21 
22 void BilinearDifference(float *Output, const float *Diff,
23  int Width, int Height, int RedX, int RedY);
24 
25 void BilinearDemosaic(float *Output, const float *Input,
26  int Width, int Height, int RedX, int RedY);
27 
28 #endif /* _DMBILINEAR_H_ */