public class SoNagaoFilterProcessing3d extends SoImageVizEngine
SoNagaoFilterProcessing3d engine
The SoNagaoFilterProcessing3d engine computes a mean neighbors value around a central voxel.
For an introduction to image filters, see section Images Filters.
This engine uses an adaptive 5x5x5 neighborhood geometry to compute a mean neighbors value around a central voxel. For each voxel, the used geometry is selected, among a predefined set, with respect to a minimum variance criterion. User can optionally switch this criterion to a minimum range criterion. Predefined sub neighborhoods are composed of 27 pixels and are an extension of the SoNagaoFilterProcessing2d.
See also:
SoBilateralFilterProcessing, SoSigmaFilterProcessing.
File format/default:
NagaoFilterProcessing3d {
| inImage | NULL |
| filterMethod | VARIANCE |
Library references: nagmodfilter3d
| Modifier and Type | Class and Description |
|---|---|
static class |
SoNagaoFilterProcessing3d.FilterMethods |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<SoNagaoFilterProcessing3d.FilterMethods> |
filterMethod
Filter method.
|
SoSFImageDataAdapter |
inImage
The input image.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
static int |
RANGE
Deprecated.
Use
SoNagaoFilterProcessing3d.FilterMethods.RANGE instead. |
static int |
VARIANCE
Deprecated.
Use
SoNagaoFilterProcessing3d.FilterMethods.VARIANCE instead. |
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoNagaoFilterProcessing3d()
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 VARIANCE
SoNagaoFilterProcessing3d.FilterMethods.VARIANCE instead.@Deprecated public static final int RANGE
SoNagaoFilterProcessing3d.FilterMethods.RANGE instead.public final SoSFImageDataAdapter inImage
public final SoSFEnum<SoNagaoFilterProcessing3d.FilterMethods> filterMethod
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com