PolarizationColorize Method

CVB.Net Documentation
An extracted stokesImage is colorized in a chosen way to visualize the polarization.

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

public static Image Colorize(
	Image stokesImage,
	PolarizationPseudoColorMode colorMode
)

Parameters

stokesImage
Type: Stemmer.CvbImage
Input image with calculated stokes from a polarization image Usually from CalculateStokesImage(Image).
colorMode
Type: Stemmer.Cvb.FoundationPolarizationPseudoColorMode
The PolarizationPseudoColorMode that will be used to colorize the image.

Return Value

Type: Image
The resulting image is a mono or rgb image, depending on the selected colorMode
Remarks

Depending on the colorMode the polarization of the input image is visualized in different ways. See the comments for PolarizationPseudoColorMode on information what colorization modes are available
See Also

Reference