Foundation (etBayerToRGB.dll) 14.0
Enumerations

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...
 

Detailed Description

Enumeration Type Documentation

◆ B2RGB_Gamma

Defines the gamma correction value.

Supported platforms:
Win32
Win64
Linux
Enumerator
GAMMA_100 

Gamma = 1.0 (default).

GAMMA_045 

Gamma = 0.45.

GAMMA_060 

Gamma = 0.6.

◆ B2RGB_InterpolationMode

Defines the RGB conversion.

Supported platforms:
Win32
Win64
Linux
Enumerator
RGB_INTERPOLATE 

Linear interpolation (it is the default setting).

RGB_NEIGHBOUR 

Nearest neighbour interpolation.

RGB_HALF 

Image size reduction.

RGB_EDGEINTERPOLATE 

Edge-improved interpolation.

◆ B2RGB_PixelMode

Defines the colour mosaic format (how the Bayer pattern starts).

Supported platforms:
Win32
Win64
Linux
Enumerator
PM_GREENBLUE 

Green-Blue.

PM_BLUEGREEN 

Blue-Green (it is the default setting).

PM_REDGREEN 

Red-Green.

PM_GREENRED 

Green-Red.

◆ B2RGB_WhiteBalanceMode

Defines the white balance mode.

Supported platforms:
Win32
Win64
Linux
Enumerator
WB_SET 

Defines the white balance parameters.

WB_RESET 

Resets the white balance parameters.