PolarizationCalculateStokes0 Method

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

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

public static Image CalculateStokes0(
	Image polarizationImage
)

Parameters

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

Return Value

Type: Image
The resulting image with one plane.
Remarks

From an extracted polarization image Stokes 0 is calculated and returned in outImage. Stokes 0 is calculated as (0° + 45° + 90° + 135°) * 0.25.
See Also

Reference