public class SoClosingDiskByReconstructionProcessing2d extends SoImageVizEngine
SoClosingDiskByReconstructionProcessing2d engine
The SoClosingDiskByReconstructionProcessing2dengine engine performs a 2D closing by reconstruction using a structuring element matching with a disk.
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:
ClosingDiskByReconstructionProcessing2d {
| inImage | NULL |
| elementSize | 3 |
| precisionMode | FASTER |
Library references: diskclosingbyrec
| Modifier and Type | Class and Description |
|---|---|
static class |
SoClosingDiskByReconstructionProcessing2d.PrecisionModes |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFInt32 |
elementSize
Length of the disk's radius.
|
static int |
FASTER
Deprecated.
|
SoSFImageDataAdapter |
inImage
Input image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
Output image.
|
static int |
PRECISE
Deprecated.
|
SoSFEnum<SoClosingDiskByReconstructionProcessing2d.PrecisionModes> |
precisionMode
Precision for computation method.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoClosingDiskByReconstructionProcessing2d()
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, stopInternalThreads@Deprecated public static final int FASTER
SoClosingDiskByReconstructionProcessing2d.PrecisionModes.FASTER instead.@Deprecated public static final int PRECISE
SoClosingDiskByReconstructionProcessing2d.PrecisionModes.PRECISE instead.public final SoSFImageDataAdapter inImage
public final SoSFInt32 elementSize
public final SoSFEnum<SoClosingDiskByReconstructionProcessing2d.PrecisionModes> precisionMode
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com