CVBpy 14.0
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.
 
int GreenBlue = 0
 Left top pixels are green and blue.
 
int GreenRed = 3
 Left top pixels are green and red.
 
int RedGreen = 2
 Left top pixels are red and green.
 

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.