Image Demosaicking with Contour Stencils
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
displaycontours.h
Go to the documentation of this file.
1 
14 #ifndef _DISPLAYCONTOURS_H_
15 #define _DISPLAYCONTOURS_H_
16 
17 int DisplayContours(const float *Image, int Width, int Height,
18  int RedX, int RedY, const char *OutputFile);
19 
20 #endif /* _DISPLAYCONTOURS_H_ */