public class SoClosingBallProcessing3d extends SoImageVizEngine
SoClosingBallProcessing3d
engine
The SoClosingBallProcessing3d
engine performs a 3D closing using a structuring element matching with a sphere.
For an introduction, see:
This engine performs a 3D closing of an image using a structuring element matching with a sphere.
This engine supports two modes: a fast mode which combines erosions and dilations using different neighborhoods and a precise mode (slower) which ensures a real sphere structuring element.
See also:
File format/default:
ClosingBallProcessing3d {
inImage | NULL |
elementSize | 3 |
precisionMode | FASTER |
Library references: sphereclosing3d
Modifier and Type | Class and Description |
---|---|
static class |
SoClosingBallProcessing3d.PrecisionModes |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFInt32 |
elementSize
The half size of the structuring element.
|
static int |
FASTER
Deprecated.
Use
SoClosingBallProcessing3d.PrecisionModes.FASTER instead. |
SoSFImageDataAdapter |
inImage
The input grayscale image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
static int |
PRECISE
Deprecated.
Use
SoClosingBallProcessing3d.PrecisionModes.PRECISE instead. |
SoSFEnum<SoClosingBallProcessing3d.PrecisionModes> |
precisionMode
Select the precision for computation method.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoClosingBallProcessing3d()
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
@Deprecated public static final int FASTER
SoClosingBallProcessing3d.PrecisionModes.FASTER
instead.@Deprecated public static final int PRECISE
SoClosingBallProcessing3d.PrecisionModes.PRECISE
instead.public final SoSFImageDataAdapter inImage
public final SoSFInt32 elementSize
public final SoSFEnum<SoClosingBallProcessing3d.PrecisionModes> precisionMode
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com