FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kFsDef.h File Reference

Description

Essential API declarations for the kFireSync library.

Go to the source code of this file.

Macros

#define kAXIS_X
 X Axis.
 
#define kAXIS_Y
 Y Axis.
 
#define kAXIS_Z
 Z Axis.
 
#define kDEMOSAIC_STYLE_BILINEAR
 Use binlinear interpolation to generate one color pixel for each greyscale pixel.
 
#define kDEMOSAIC_STYLE_GRADIENT
 Use gradient-aware algorithm to generate one color pixel for each greyscale pixel.
 
#define kDEMOSAIC_STYLE_REDUCE
 Use direct sampling to generate one color pixel for each 2x2 bayer mask group.
 
#define kMicroToNano_(V)
 Converts integer micro-scaled values to nano-scaled values (x1000). More...