Click or drag to resize
SoEigenDecompositionProcessing3doutEigenVector3Image Property

Eigenvector image containing the smallest eigen value.

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

Property Value

Type: SoImageVizEngineOutputSoSFImageDataAdapter, SoImageDataAdapter
Remarks

The IJK dimensions of the output image are the same as the input but the number of channels is 3 (channel 0 = x, channel 1 = y, channel 2 = z). 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 color image.

See Also