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.
|
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.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outBinaryImage
The output binary image.
|
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, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getNativeResourceHandle
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 July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com