Image Demosaicking with Contour Stencils
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
dmbilinear.h
Go to the documentation of this file.
1
16
#ifndef _DMBILINEAR_H_
17
#define _DMBILINEAR_H_
18
19
void
CfaFlatten
(
float
*Cfa,
const
float
*Input,
int
Width,
int
Height,
20
int
RedX,
int
RedY);
21
22
void
BilinearDifference
(
float
*Output,
const
float
*Diff,
23
int
Width,
int
Height,
int
RedX,
int
RedY);
24
25
void
BilinearDemosaic
(
float
*Output,
const
float
*Input,
26
int
Width,
int
Height,
int
RedX,
int
RedY);
27
28
#endif
/* _DMBILINEAR_H_ */
Generated on Fri Jul 5 2013 18:57:29 for Image Demosaicking with Contour Stencils by
1.8.3.1