public class SoHessianMatrixProcessing3d extends SoImageVizEngine
SoHessianMatrixProcessing3d
engine computes the local Hessian matrix
The SoHessianMatrixProcessing3d
engines computes the local Hessian matrix Each channel of the Hessian matrix represents a second order partial derivative.
For instance, ,
.
This filter provides an output spectral image where each channel represents a 2nd order derivative set in the following order ,
,
,
,
,
.
In order to extract the eigenvalues or vectors of the Hessian image the SoEigenDecompositionProcessing3d
can be applied on the spectral image output.
SEE ALSO
SoGaussianDerivativeProcessing
, SoEigenDecompositionProcessing3d
, SoHessianMatrixProcessing2d
File format/default:
HessianMatrixProcessing3d {
inImage | NULL |
standardDeviation | 1.0f 1.0f 1.0f |
Library references: hessianmatrix3d
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFImageDataAdapter |
inImage
Input image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outSymmetricMatrixImage
Output image.
|
SoSFVec3f |
standardDeviation
Sigma for each direction (X, Y and Z).
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoHessianMatrixProcessing3d()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
copy, getByName, getOutput, getOutputName
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads
public final SoSFImageDataAdapter inImage
public final SoSFVec3f standardDeviation
SbVec3f
(1.0f,1.0f,1.0f).public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outSymmetricMatrixImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com