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.Neighborhood3ds
Inventor.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.
|
SoSFImageDataAdapter |
inImage
The input image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
SoSFEnum<SoMorphologicalLaplacianProcessing.PrecisionModes> |
precisionMode
Select the precision for computation method.
|
onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoMorphologicalLaplacianProcessing()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
copy, getByName, getOutput, getOutputName
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getNativeResourceHandle
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 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com