Click or drag to resize
SoEigenDecompositionProcessing3doutEigenValuesImage Property

Eigenvalues image.

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> outEigenValuesImage { 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 = largest Eigen value, channel 1 = medium Eigen value, channel 2 = smallest Eigen value). 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