Malvar-He-Cutler Linear Image Demosaicking

dmmalvar.h

Go to the documentation of this file.
00001 
00017 #ifndef _DMMALVAR_H_
00018 #define _DMMALVAR_H_
00019 
00020 void MalvarDemosaic(float *Output, const float *Input, 
00021     int Width, int Height, int RedX, int RedY);
00022 
00023 #endif /* _DMMALVAR_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines