public class SoSigmaFilterProcessing extends SoImageVizEngine
SoSigmaFilterProcessing engine
The SoSigmaFilterProcessing3d engine computes a local mean, around the central voxel.
For an introduction to image filters, see section Images Filters.
This engine computes a local mean, around the central voxel, of neighbor's voxel values. Voxel values far from the central voxel intensity
are excluded using a user threshold
. Only voxels verifying the following formula are kept for computation:
A user population threshold allows switching between the above formula and a classical neighbor mean formula. This allows avoiding considering low populated neighborhoods for computation.
See also:
SoBilateralFilterProcessing, SoNagaoFilterProcessing3d.
File format/default:
SigmaFilterProcessing {
| computeMode | MODE_AUTO |
| kernelSize | 3 3 3 |
| inImage | NULL |
| standardDeviation | 20.0f |
| populationThreshold | 8 |
Library references: sigmafilter sigmafilter3d
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) .
|
SoSFImageDataAdapter |
inImage
The input image.
|
SoSFVec3i32 |
kernelSize
The kernel size in each direction (odd value).
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
SoSFInt32 |
populationThreshold
The population threshold.
|
SoSFFloat |
standardDeviation
The standard deviation.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoSigmaFilterProcessing()
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, stopInternalThreadspublic final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFVec3i32 kernelSize
SbVec3i32(3,3,3)public final SoSFImageDataAdapter inImage
public final SoSFFloat standardDeviation
public final SoSFInt32 populationThreshold
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com