public class SoMorphologicalLaplacianProcessing extends SoImageVizEngine
SoMorphologicalLaplacianProcessing engine
The SoMorphologicalLaplacianProcessing engine computes laplacian of an image using morphological operations.
For an introduction, see:
This engine is a simple way to compute laplacian of an image using morphological operations.
![]() | ![]() |
SoMorphologicalLaplacianProcessing engine:This engine uses SoErosionDiskProcessing2d or SoDilationDiskProcessing2d in 2D case and SoErosionBallProcessing3d or SoDilationBallProcessing3d in 3D case. Two additional parameters are also provided : Precision of the computation (Faster or Precise) and half-kernel size for morphological operation.
See also:
SoRecursiveLaplacianProcessing2d.
File format/default:
MorphologicalLaplacianProcessing {
| computeMode | MODE_AUTO |
| inImage | NULL |
| precisionMode | FASTER |
| elementSize | 3 |
Library references: morpholaplacian
| Modifier and Type | Class and Description |
|---|---|
static class |
SoMorphologicalLaplacianProcessing.PrecisionModes |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
SoSFInt32 |
elementSize
The half size of the structuring element.
|
static int |
FASTER
Deprecated.
|
SoSFImageDataAdapter |
inImage
The input image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
static int |
PRECISE
Deprecated.
|
SoSFEnum<SoMorphologicalLaplacianProcessing.PrecisionModes> |
precisionMode
Select the precision for computation method.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoMorphologicalLaplacianProcessing()
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
SoMorphologicalLaplacianProcessing.PrecisionModes.FASTER instead.@Deprecated public static final int PRECISE
SoMorphologicalLaplacianProcessing.PrecisionModes.PRECISE instead.public final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inImage
public final SoSFEnum<SoMorphologicalLaplacianProcessing.PrecisionModes> precisionMode
public final SoSFInt32 elementSize
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com