PolarizationImageResolution Enumeration

CVB.Net Documentation
Possible up sampling modes for extracted polarization planes.

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

public enum ImageResolution
Members

  Member nameValueDescription
Half0 When extracting the polarization angles as planes of a raw polarization image, the planes are not up sampled and therefore only half the size of the raw image.
Full1 When extracting the polarization angles as planes of a raw polarization image, the planes are interpolated via up sampling to smooth the image and better represent the real scene. The resulting image will be the same size as the raw image.
See Also

Reference