SoEigenDecompositionProcessing2dOutputSelections 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 computation of first eigenvector (the largest value). | |
EIGEN_VECTOR_2 | 2 | Enable computation of second eigenvector (the smallest value). | |
EIGEN_VALUES | 4 | Enable computation of eigenvalues (from the largest to the smallest). |