Static Public Attributes | List of all members
BayerPattern Class Reference

Bayer pattern of the sensor used to acquire the image to be converted. More...

Inherits object.

Static Public Attributes

int BlueGreen = 1
 Left top pixels are blue and green. More...
 
int GreenBlue = 0
 Left top pixels are green and blue. More...
 
int GreenRed = 3
 Left top pixels are green and red. More...
 
int RedGreen = 2
 Left top pixels are red and green. More...
 

Detailed Description

Bayer pattern of the sensor used to acquire the image to be converted.

The enums refer to the top left pixel and the pixel next to it.

Member Data Documentation

◆ BlueGreen

int BlueGreen = 1
static

Left top pixels are blue and green.

◆ GreenBlue

int GreenBlue = 0
static

Left top pixels are green and blue.

◆ GreenRed

int GreenRed = 3
static

Left top pixels are green and red.

◆ RedGreen

int RedGreen = 2
static

Left top pixels are red and green.