Click or drag to resize
SoEigenDecompositionProcessing2dOutputSelections 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 computation of first eigenvector (the largest value).

EIGEN_VECTOR_22

Enable computation of second eigenvector (the smallest value).

EIGEN_VALUES4

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

Remarks