Malvar-He-Cutler Linear Image Demosaicking

dmbilinear.h

Go to the documentation of this file.
00001 
00016 #ifndef _DMBILINEAR_H_
00017 #define _DMBILINEAR_H_
00018 
00019 void CfaFlatten(float *Cfa, const float *Input, int Width, int Height, 
00020     int RedX, int RedY);
00021 
00022 void BilinearDifference(float *Output, const float *Diff,
00023     int Width, int Height, int RedX, int RedY);
00024 
00025 void BilinearDemosaic(float *Output, const float *Input, 
00026     int Width, int Height, int RedX, int RedY);
00027 
00028 #endif /* _DMBILINEAR_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines