Zhang-Wu Directional LMMSE Image Demosaicking
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
dmzhangwu.h
Go to the documentation of this file.
1 
16 #ifndef _DMZHANGWU_H_
17 #define _DMZHANGWU_H_
18 
19 int ZhangWuDemosaic(float *Output, const float *Input,
20  int Width, int Height, int RedX, int RedY, int UseZhangCodeEst);
21 
22 #endif /* _DMZHANGWU_H_ */