PolarizationCalculateStokes1 Method

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

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

public static Image CalculateStokes1(
	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 1 is calculated and returned in outImage.
See Also

Reference