public class SoDilationDiskProcessing2d extends SoImageVizEngine
SoDilationDiskProcessing2d
engine.
The SoDilationDiskProcessing2d
engine performs a 2D dilation using a structuring element matching with a disc.
For an introduction, see:
This engine performs a 2D dilation of an image using a structuring element matching with a disc.
This engine supports two modes: a fast mode which combines erosions using different neighborhoods and a precise mode (slower) which ensures a real disc structuring element.
See also:
File format/default:
DilationDiskProcessing2d {
inImage | NULL |
elementSize | 3 |
precisionMode | FASTER |
Library references: diskdilate
Modifier and Type | Class and Description |
---|---|
static class |
SoDilationDiskProcessing2d.PrecisionModes |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFInt32 |
elementSize
The half size of the structuring element.
|
SoSFImageDataAdapter |
inImage
The input image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
SoSFEnum<SoDilationDiskProcessing2d.PrecisionModes> |
precisionMode
Select the precision for computation method.
|
onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoDilationDiskProcessing2d()
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 SoSFImageDataAdapter inImage
public final SoSFInt32 elementSize
public final SoSFEnum<SoDilationDiskProcessing2d.PrecisionModes> precisionMode
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com