Data Structures | |
struct | WB |
The White balance structure should be initialized before being passed to the etBayerToRGB function. A value of 256 gives a unity scaling factor, the maximum value is 4096. More... | |
Enumerations | |
enum | B2RGB_Gamma { GAMMA_100 = 1 , GAMMA_045 = 2 , GAMMA_060 = 3 } |
Defines the gamma correction value. More... | |
enum | B2RGB_InterpolationMode { RGB_INTERPOLATE = 1 , RGB_NEIGHBOUR = 2 , RGB_HALF = 3 , RGB_EDGEINTERPOLATE = 4 } |
Defines the RGB conversion. More... | |
enum | B2RGB_PixelMode { PM_GREENBLUE = 0 , PM_BLUEGREEN = 1 , PM_REDGREEN = 2 , PM_GREENRED = 3 } |
Defines the colour mosaic format (how the Bayer pattern starts). More... | |
enum | B2RGB_WhiteBalanceMode { WB_SET = 1 , WB_RESET = 0 } |
Defines the white balance mode. More... | |
enum B2RGB_Gamma |
enum B2RGB_PixelMode |