Class SoDijkstraShortestPathProcessing2d
- 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.edgemarking.SoDijkstraShortestPathProcessing2d
-
- All Implemented Interfaces:
SafeDisposable
@Deprecated(since="2023.2") public class SoDijkstraShortestPathProcessing2d extends SoImageVizEngine
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.SoDijkstraShortestPathProcessing2d
engine. TheSoDijkstraShortestPathProcessing2d
engine finds the shortest path through an image using local maxima or minima.For an introduction, see section Edge Detection.
This engine is used to find the shortest path through an image using local maxima or minima.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SoDijkstraShortestPathProcessing2d.AxisSelections
Deprecated.static class
SoDijkstraShortestPathProcessing2d.IntensityModes
Deprecated.-
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<SoDijkstraShortestPathProcessing2d.AxisSelections>
axisSelection
Deprecated.Select the direction axis.SoSFImageDataAdapter
inGrayImage
Deprecated.The input grayscale image.SoSFImageDataAdapter
inMaskImage
Deprecated.The binary image for the mask or empty (command looks for only inside).SoSFEnum<SoDijkstraShortestPathProcessing2d.IntensityModes>
intensityMode
Deprecated.The type of enclosed objects.SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter>
outBinaryImage
Deprecated.The output binary 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 SoDijkstraShortestPathProcessing2d()
Deprecated.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
-
inGrayImage
public final SoSFImageDataAdapter inGrayImage
Deprecated.The input grayscale image. Default value is NULL. Supported types include: grayscale binary label image.
-
inMaskImage
public final SoSFImageDataAdapter inMaskImage
Deprecated.The binary image for the mask or empty (command looks for only inside). This parameter is optional. Default value is NULL. Supported types include: binary color image.
-
axisSelection
public final SoSFEnum<SoDijkstraShortestPathProcessing2d.AxisSelections> axisSelection
Deprecated.Select the direction axis. . Default is X_AXIS
-
intensityMode
public final SoSFEnum<SoDijkstraShortestPathProcessing2d.IntensityModes> intensityMode
Deprecated.The type of enclosed objects. . Default is LIGHT
-
outBinaryImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outBinaryImage
Deprecated.The output binary image. Default value is NULL. Supported types include: binary image.
-
-