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... | |
Possible patterns of raw polarization images.
|
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.
|
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.
|
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.
|
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.
|
static |
A line scanner pattern found in Piranha4 cameras.
Planes 0 line 90 line 135 line.
|
static |
The standard pattern for 2D polarization cameras.
90 45 135 0.