public class SoClosestBoundaryPointsProcessing3d extends SoImageVizEngine
SoClosestBoundaryPointsProcessing3d engine
The SoClosestBoundaryPointsProcessing3d engine computes the chamfer distance map on object boundary and the closest point.
This engine is like the SoChamferDistanceMapProcessing3d engine applied on the objects boundaries but it also computes the closest point contour onto the binary image for each voxel of the input image, and stores its position X, Y and Z.
See also:
SoChamferDistanceMapProcessing3d.
File format/default:
ClosestBoundaryPointsProcessing3d {
| inBinaryImage | NULL |
Library references: distcont3d
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFImageDataAdapter |
inBinaryImage
The input binary image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outGrayImageX
The output X distance map image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outGrayImageY
The output Y distance map image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outGrayImageZ
The output Z distance map image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outMapImage
he output background distance map.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoClosestBoundaryPointsProcessing3d()
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 SoSFImageDataAdapter inBinaryImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outMapImage
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outGrayImageX
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outGrayImageY
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outGrayImageZ
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com