PolarizationPattern Enumeration

CVB.Net Documentation
Possible patterns of raw polarization images.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

[FlagsAttribute]
public enum Pattern
Members

  Member nameValueDescription
Square_90_45_135_00 The standard pattern for 2D polarization cameras.
90°45°
135°
Line_0_90_1351 A line scanner pattern found in Piranha4 cameras.
Planes
0° line
90° line
135° line
BayerGreenBlue65536 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:
GGBB
GGBB
RRGG
RRGG
Therefore a polarization pattern group is \em within one color group.
BayerBlueGreen131072 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:
BBGG
BBGG
GGRR
GGRR
Therefore a polarization pattern group is \em within one color group.
BayerRedGreen262144 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:
RRGG
RRGG
GGBB
GGBB
Therefore a polarization pattern group is \em within one color group.
BayerGreenRed524288 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:
GGRR
GGRR
BBGG
BBGG
Therefore a polarization pattern group is \em within one color group.
See Also

Reference