CVBpy 14.0
Pattern Class Reference

Possible patterns of raw polarization images. More...

Inherits object.

Static Public Attributes

int BayerBlueGreen = 131072
 A flag to add if the polarization plane is additionally color-encoded with a bayer pattern. More...
 
int BayerGreenBlue = 65536
 A flag to add if the polarization plane is additionally color-encoded with a bayer pattern. More...
 
int BayerGreenRed = 524288
 A flag to add if the polarization plane is additionally color-encoded with a bayer pattern. More...
 
int BayerRedGreen = 262144
 A flag to add if the polarization plane is additionally color-encoded with a bayer pattern. More...
 
int Line_0_90_135 = 1
 A line scanner pattern found in Piranha4 cameras. More...
 
int Square_90_45_135_0 = 0
 The standard pattern for 2D polarization cameras. More...
 

Detailed Description

Possible patterns of raw polarization images.

Member Data Documentation

◆ BayerBlueGreen

int BayerBlueGreen = 131072
static

A flag to add if the polarization plane is additionally color-encoded with a bayer pattern.

Only supported with Square_90_45_135_0. The bayer-pattern is assumed to be: BB GG BB GG GG RR GG RR Therefore a polarization pattern group is within one color group.

◆ BayerGreenBlue

int BayerGreenBlue = 65536
static

A flag to add if the polarization plane is additionally color-encoded with a bayer pattern.

Only supported with Square_90_45_135_0. The bayer-pattern is assumed to be: GG BB GG BB RR GG RR GG. Therefore a polarization pattern group is within one color group.

◆ BayerGreenRed

int BayerGreenRed = 524288
static

A flag to add if the polarization plane is additionally color-encoded with a bayer pattern.

Only supported with Square_90_45_135_0. The bayer-pattern is assumed to be: GG RR GG RR BB GG BB GG Therefore a polarization pattern group is within one color group.

◆ BayerRedGreen

int BayerRedGreen = 262144
static

A flag to add if the polarization plane is additionally color-encoded with a bayer pattern.

Only supported with Square_90_45_135_0. The bayer-pattern is assumed to be: RR GG RR GG GG BB GG BB Therefore a polarization pattern group is within one color group.

◆ Line_0_90_135

int Line_0_90_135 = 1
static

A line scanner pattern found in Piranha4 cameras.

Planes 0 line 90 line 135 line.

◆ Square_90_45_135_0

int Square_90_45_135_0 = 0
static

The standard pattern for 2D polarization cameras.

90 45 135 0.