Click or drag to resize
SoEigenDecompositionProcessing3dOutputSelections Enumeration

This enum defines the different outputs that can be selected.

Namespace: OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
[FlagsAttribute]
public enum OutputSelections
Members
  Member nameValueDescription
EIGEN_VECTOR_11

Enable the computation of the first eigenvector (the largest value).

EIGEN_VECTOR_22

Enable the computation of the second eigenvector (the medium value).

EIGEN_VECTOR_34

Enable the computation of the third eigenvector (the smallest value).

EIGEN_VALUES8

Enable the computation of eigenvalues (from the largest to the smallest).

Remarks