public class SoGaussianGradientTensorProcessing3d extends SoImageVizEngine
SoGaussianGradientTensorProcessing3d
engine computes the structure tensor.
The SoGradientOperatorProcessing3d
engine computes the structure tensor of the input image For instance, ,
,
.
This filter provides an output spectral image where each channel represents a product of two partial derivative set in the following order ,
,
,
,
,
.
In order to extract the eigenvalues or vectors of the result image the SoEigenDecompositionProcessing3d
command can be applied on the spectral image output.
See also:
SoEigenDecompositionProcessing3d
, SoHessianMatrixProcessing3d
, SoEigenvaluesToStructurenessProcessing3d
.
File format/default:
GaussianGradientTensorProcessing3d {
inImage | NULL |
standardDeviation | 3.f 3.f 3.f |
Library references: GaussianGradientTensor3D
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFImageDataAdapter |
inImage
inImage Default value is NULL.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outTensorImage
outTensorImage Default value is NULL.
|
SoSFVec3f |
standardDeviation
The standard deviation for each direction (X, Y, Z) of the Gaussian Kernel that is used for computing first order derivatives.
|
onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoGaussianGradientTensorProcessing3d()
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 inImage
public final SoSFVec3f standardDeviation
SbVec3f
( 3.f, 3.f, 3.f ).public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outTensorImage
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com