public class SoRadialGradientCenteredProcessing3d extends SoImageVizEngine
SoRadialGradientCenteredProcessing3d
engine
The SoRadialGradientCenteredProcessing3d
engine performs a projected gradient computing the directional vector.
For an introduction, see:
In the continuous 3-D case, for a given pixel and knowing the gradient
,
and
, the projected gradient of an image
is defined along the unitary vector
, as :
The SoRadialGradientCenteredProcessing3d
engine performs a projected gradient computing the directional vector from a single given center. For all pixel in the image,
is the center.
See also:
SoGradientOperatorProcessing3d
, SoRadialGradientContourProcessing3d
, SoRadialGradientLabelProcessing3d
, SoRadialGradientCenteredProcessing2d
.
File format/default:
RadialGradientCenteredProcessing3d {
inGradientXImage | NULL |
inGradientYImage | NULL |
inGradientZImage | NULL |
projectionCenter | 3 3 3 |
Library references: pgradient_centered3d
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFImageDataAdapter |
inGradientXImage
The input X-gradient image.
|
SoSFImageDataAdapter |
inGradientYImage
The input Y-gradient image.
|
SoSFImageDataAdapter |
inGradientZImage
The input Z-gradient image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outNormalImage
The output normal gradient image.
|
SoSFVec3i32 |
projectionCenter
The center of projection coordinates.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoRadialGradientCenteredProcessing3d()
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 inGradientXImage
public final SoSFImageDataAdapter inGradientYImage
public final SoSFImageDataAdapter inGradientZImage
public final SoSFVec3i32 projectionCenter
SbVec3i32(3,3,3)
.public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outNormalImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com