Image Demosaicking with Contour Stencils
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
mstencils.h
Go to the documentation of this file.
1 
15 #ifndef _MSTENCILS_H_
16 #define _MSTENCILS_H_
17 
18 void FitMosaicedStencils(int *Stencil,
19  const float *Input, int Width, int Height, int RedX, int RedY);
20 
21 int DisplayContours(const float *Image, int Width, int Height,
22  int RedX, int RedY, const char *OutputFile);
23 
24 #endif /* _MSTENCILS_H_ */