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.Neighborhood3dsInventor.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, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoTimeMapProcessing()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluatecopy, getByName, getOutput, getOutputNamecopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touchgetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreadspublic final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inBinaryImage
public final SoSFImageDataAdapter inIntensityImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outIntensityImage
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com