PolarizationCalculateMinReflectionImage Method

CVB.Net Documentation
From an extracted polarizationImage the minimum reflection image is calculated and returned.

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

public static Image CalculateMinReflectionImage(
	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

The minimum reflection image is calculated by taking the minimum value of all the polarization angles that are contained in the input image.
See Also

Reference