public class SoEigenDecompositionProcessing2d extends SoImageVizEngine
SoEigenDecompositionProcessing2d
engine computes the local eigenvectors and eigenvalues of a 2D matrix image.
The input image must have three channels, where each channel contains one of the unique components of a 2x2 symmetric matrix. (The redundant fourth component is not necessary.) This engine creates output images containing the eigenvectors and/or eigenvalues of the input matrix image.
Let be the matrix at position
.
,
and
,
where is the spectral component value
at the spatial position
.
See also:
SoEigenDecompositionProcessing3d
, SoHessianMatrixProcessing2d
, SoHessianMatrixProcessing3d
File format/default:
EigenDecompositionProcessing2d {
inSymmetricMatrixImage | NULL |
outputSelection | EIGEN_VECTOR_1 | EIGEN_VECTOR_2 | EIGEN_VALUES |
Library references: eigendecomposition
Modifier and Type | Class and Description |
---|---|
static class |
SoEigenDecompositionProcessing2d.OutputSelections
This enum defines the different outputs that can be selected.
|
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFImageDataAdapter |
inSymmetricMatrixImage
A matrix image containing symmetric 2x2 matrices.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outEigenValuesImage
Eigenvalues image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outEigenVector1Image
Eigenvector image containing the largest eigen value.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outEigenVector2Image
Eigenvector image containing the smallest eigen value.
|
SoSFBitMask<SoEigenDecompositionProcessing2d.OutputSelections> |
outputSelection
Enable computation of selected outputs.
|
onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoEigenDecompositionProcessing2d()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
copy, getByName, getOutput, getOutputName
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getNativeResourceHandle
public final SoSFImageDataAdapter inSymmetricMatrixImage
public final SoSFBitMask<SoEigenDecompositionProcessing2d.OutputSelections> outputSelection
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outEigenVector1Image
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outEigenVector2Image
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outEigenValuesImage
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com