SoEigenDecompositionProcessing3dOutputSelections Enumeration |
This enum defines the different outputs that can be selected.
Namespace: OIV.ImageViz.Engines.ArithmeticAndLogic.ArithmeticOperations
Member name | Value | Description | |
---|---|---|---|
EIGEN_VECTOR_1 | 1 | Enable the computation of the first eigenvector (the largest value). | |
EIGEN_VECTOR_2 | 2 | Enable the computation of the second eigenvector (the medium value). | |
EIGEN_VECTOR_3 | 4 | Enable the computation of the third eigenvector (the smallest value). | |
EIGEN_VALUES | 8 | Enable the computation of eigenvalues (from the largest to the smallest). |