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.
|
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, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getNativeResourceHandle
public final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inBinaryImage
public final SoSFImageDataAdapter inIntensityImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outIntensityImage
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com