Click or drag to resize
SoEigenDecompositionProcessing2d.outEigenVector2Image Property

Eigenvector image containing the smallest eigen value.

Namespace: OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.3.0.0 (10.3.0.0)
Syntax
public SoImageVizEngineOutput<SoSFImageDataAdapter, SoImageDataAdapter> outEigenVector2Image { get; }

Property Value

Type: SoImageVizEngineOutput<SoSFImageDataAdapter, SoImageDataAdapter>
Remarks

The IJK dimensions of the output image are the same as the input but the number of channels is 2 (channel 0 = x, channel 1 = y). The calibration (voxel size, origin, orientation) is forced to the same values as the input. The voxel type is forced to float. Default value is NULL. Supported types include: grayscale binary label image.

See Also