public class SoDijkstraShortestPathProcessing2d extends SoImageVizEngine
SoDijkstraShortestPathProcessing2d
engine
The SoDijkstraShortestPathProcessing2d
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.
See also:
File format/default:
DijkstraShortestPathProcessing2d {
inGrayImage | NULL |
inMaskImage | NULL |
axisSelection | X_AXIS |
intensityMode | LIGHT |
Library references: ridgelineimg
Modifier and Type | Class and Description |
---|---|
static class |
SoDijkstraShortestPathProcessing2d.AxisSelections |
static class |
SoDijkstraShortestPathProcessing2d.IntensityModes |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFEnum<SoDijkstraShortestPathProcessing2d.AxisSelections> |
axisSelection
Select the direction axis.
|
static int |
DARK
Deprecated.
|
SoSFImageDataAdapter |
inGrayImage
The input grayscale image.
|
SoSFImageDataAdapter |
inMaskImage
The binary image for the mask or empty (command looks for only inside).
|
SoSFEnum<SoDijkstraShortestPathProcessing2d.IntensityModes> |
intensityMode
The type of enclosed objects.
|
static int |
LIGHT
Deprecated.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outBinaryImage
The output binary image.
|
static int |
X_AXIS
Deprecated.
|
static int |
Y_AXIS
Deprecated.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoDijkstraShortestPathProcessing2d()
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
@Deprecated public static final int X_AXIS
SoDijkstraShortestPathProcessing2d.AxisSelections.X_AXIS
instead.@Deprecated public static final int Y_AXIS
SoDijkstraShortestPathProcessing2d.AxisSelections.Y_AXIS
instead.@Deprecated public static final int LIGHT
SoDijkstraShortestPathProcessing2d.IntensityModes.LIGHT
instead.@Deprecated public static final int DARK
SoDijkstraShortestPathProcessing2d.IntensityModes.DARK
instead.public final SoSFImageDataAdapter inGrayImage
public final SoSFImageDataAdapter inMaskImage
public final SoSFEnum<SoDijkstraShortestPathProcessing2d.AxisSelections> axisSelection
public final SoSFEnum<SoDijkstraShortestPathProcessing2d.IntensityModes> intensityMode
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outBinaryImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com