Image Demosaicking with Contour Stencils
Main Page
Data Structures
Files
File List
Globals
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_ */
Generated on Fri Jul 5 2013 18:57:29 for Image Demosaicking with Contour Stencils by
1.8.3.1