public class SoOpeningBallByReconstructionProcessing3d extends SoImageVizEngine
SoOpeningBallByReconstructionProcessing3d
engine
The SoOpeningBallByReconstructionProcessing3d
performs a 3D closing by reconstruction using a structuring element matching with a ball.
An opening by reconstruction consists in applying an erosion followed by a morphological reconstruction. In the binary case an opening by reconstruction can be used for removing small objects without modifying edges of the large objects. In the grayscale case opening by reconstruction can be used for performing a Top Hat by reconstruction which allows to detect bright small structures without getting artifacts from the boundary concavities of large structures.
This command supports two modes:
File format/default:
OpeningBallByReconstructionProcessing3d {
inImage | NULL |
elementSize | 3 |
precisionMode | FASTER |
Library references: sphereopeningbyrec3d
Modifier and Type | Class and Description |
---|---|
static class |
SoOpeningBallByReconstructionProcessing3d.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 Default value is NULL.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
Output image.
|
static int |
PRECISE
Deprecated.
|
SoSFEnum<SoOpeningBallByReconstructionProcessing3d.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 |
---|
SoOpeningBallByReconstructionProcessing3d()
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
SoOpeningBallByReconstructionProcessing3d.PrecisionModes.FASTER
instead.@Deprecated public static final int PRECISE
SoOpeningBallByReconstructionProcessing3d.PrecisionModes.PRECISE
instead.public final SoSFImageDataAdapter inImage
public final SoSFInt32 elementSize
public final SoSFEnum<SoOpeningBallByReconstructionProcessing3d.PrecisionModes> precisionMode
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com