public class SoGaussianGradientTensorProcessing2d extends SoImageVizEngine
SoGaussianGradientTensorProcessing2d
engine computes the structure tensor.
The SoGradientOperatorProcessing2d
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 SoEigenDecompositionProcessing2d
command can be applied on the spectral image output.
See also:
SoEigenDecompositionProcessing2d
, SoHessianMatrixProcessing2d
, SoEigenvaluesToStructurenessProcessing2d
.
File format/default:
GaussianGradientTensorProcessing2d {
inImage | NULL |
standardDeviation | 3.f 3.f |
Library references: GaussianGradientTensor2D
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.
|
SoSFVec2f |
standardDeviation
The standard deviation for each direction (X, Y) of the Gaussian Kernel that is used for computing first order derivatives.
|
onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoGaussianGradientTensorProcessing2d()
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 SoSFVec2f standardDeviation
SbVec2f
( 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