public class SoTimeMapProcessing extends SoImageVizEngine
SoTimeMapProcessing
engine
The SoTimeMapProcessing
engine computes the shortest travel time between one point of the output image and the binary mask. The travel time for a given path is the sum of the intensities of the "Distance" image along this path. This engine considers diagonal directions using the chamfer metric.
See also:
SoChamferDistanceMapProcessing2d
, SoChamferDistanceMapProcessing3d
.
File format/default:
TimeMapProcessing {
computeMode | MODE_AUTO |
inBinaryImage | NULL |
inIntensityImage | NULL |
Library references: timemap
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
SoSFImageDataAdapter |
inBinaryImage
The input binary image Default value is NULL.
|
SoSFImageDataAdapter |
inIntensityImage
The input image Default value is NULL.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outIntensityImage
The output image Default value is NULL.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoTimeMapProcessing()
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 SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inBinaryImage
public final SoSFImageDataAdapter inIntensityImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outIntensityImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com