PolarizationCalculateStokesImage Method

CVB.Net Documentation
From an extracted polarizationImage a new image is returned with the Stokes 0 to 2 as planes.

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

public static Image CalculateStokesImage(
	Image polarizationImage
)

Parameters

polarizationImage
Type: Stemmer.CvbImage
Input image with extracted polarization data. Usually from ConvertToPlanes(Image, PolarizationPattern, PolarizationImageResolution).

Return Value

Type: Image

[Missing <returns> documentation for "M:Stemmer.Cvb.Foundation.Polarization.CalculateStokesImage(Stemmer.Cvb.Image)"]

Remarks

From a extracted polarization image the three first Stokes are calculated and returned in outImage. Stokes 0 is calculated as (0° + 45° + 90° + 135°) * 0.25. The index of the plane represents the Stokes' number.
See Also

Reference