public class SoClosingBallByReconstructionProcessing3d extends SoImageVizEngine
SoClosingBallByReconstructionProcessing3d
engine
The SoClosingBallByReconstructionProcessing3d
performs a 3D closing by reconstruction using a structuring element matching with a ball.
A closing by reconstruction consists in applying a dilation followed by a morphological reconstruction. In the binary case a closing by reconstruction can be used for filling small holes without modifying edges of the objects. In the grayscale case closing by reconstruction can be used for performing a Top Hat by reconstruction which allows to detect dark small structures without getting artifacts from the boundary concavities of large structures.
This command supports two modes:
File format/default:
ClosingBallByReconstructionProcessing3d {
inImage | NULL |
elementSize | 3 |
precisionMode | FASTER |
Library references: sphereclosingbyrec3d
Modifier and Type | Class and Description |
---|---|
static class |
SoClosingBallByReconstructionProcessing3d.PrecisionModes |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFInt32 |
elementSize
Ball's radius.
|
static int |
FASTER
Deprecated.
|
SoSFImageDataAdapter |
inImage
Input image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
Output image.
|
static int |
PRECISE
Deprecated.
|
SoSFEnum<SoClosingBallByReconstructionProcessing3d.PrecisionModes> |
precisionMode
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 |
---|
SoClosingBallByReconstructionProcessing3d()
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
SoClosingBallByReconstructionProcessing3d.PrecisionModes.FASTER
instead.@Deprecated public static final int PRECISE
SoClosingBallByReconstructionProcessing3d.PrecisionModes.PRECISE
instead.public final SoSFImageDataAdapter inImage
public final SoSFInt32 elementSize
public final SoSFEnum<SoClosingBallByReconstructionProcessing3d.PrecisionModes> precisionMode
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com