Class SoGradientMagnitudeProcessing3d
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.inventor.misc.SoBase
-
- com.openinventor.inventor.fields.SoFieldContainer
-
- com.openinventor.inventor.engines.SoEngine
-
- com.openinventor.imageviz.engines.SoImageVizEngine
-
- com.openinventor.imageviz.engines.edgedetection.gradient.SoGradientMagnitudeProcessing3d
-
- All Implemented Interfaces:
SafeDisposable
public class SoGradientMagnitudeProcessing3d extends SoImageVizEngine
SoGradientMagnitudeProcessing3d
engine. For an introduction to gradient operations, see section Introduction to Gradient.The
SoGradientMagnitudeProcessing3d
engine computes the gradient magnitude from gradient images along X Y, and Z axis.See also:
SoGradientOperatorProcessing3d
,SoGradientMagnitudeProcessing2d
.File format/default:
GradientMagnitudeProcessing3d {
inGradientXImage NULL inGradientYImage NULL inGradientZImage NULL gradientMode AMPLITUDE_MAX_OF_MAGS
Library references: gradient_mag3d
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoGradientMagnitudeProcessing3d.GradientModes
-
Nested classes/interfaces inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
Fields Modifier and Type Field Description SoSFEnum<SoGradientMagnitudeProcessing3d.GradientModes>
gradientMode
Select an output mode.SoSFImageDataAdapter
inGradientXImage
The input X-gradient image.SoSFImageDataAdapter
inGradientYImage
The input Y-gradient image.SoSFImageDataAdapter
inGradientZImage
The input Z-gradient image.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
outAmplitudeImage
The output gradient amplitude image.-
Fields inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
onBegin, onEnd, onProgress
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SoGradientMagnitudeProcessing3d()
Constructor.
-
Method Summary
-
Methods inherited from class com.openinventor.imageviz.engines.SoImageVizEngine
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
-
Methods inherited from class com.openinventor.inventor.engines.SoEngine
copy, getByName, getOutput, getOutputName
-
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
-
Methods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
-
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
-
-
-
Field Detail
-
inGradientXImage
public final SoSFImageDataAdapter inGradientXImage
The input X-gradient image. Default value is NULL. Supported types include: grayscale color image.
-
inGradientYImage
public final SoSFImageDataAdapter inGradientYImage
The input Y-gradient image. Default value is NULL. Supported types include: grayscale color image.
-
inGradientZImage
public final SoSFImageDataAdapter inGradientZImage
The input Z-gradient image. Default value is NULL. Supported types include: grayscale color image.
-
gradientMode
public final SoSFEnum<SoGradientMagnitudeProcessing3d.GradientModes> gradientMode
Select an output mode. . Default is AMPLITUDE_MAX_OF_MAGS
-
outAmplitudeImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outAmplitudeImage
The output gradient amplitude image. Default value is NULL. Supported types include: grayscale binary label color image.
-
-