SoSigmaFilterProcessing Class Reference
[Smoothing And Denoising]

ImageViz SoSigmaFilterProcessing engine More...

#include <ImageViz/Engines/ImageFiltering/SmoothingAndDenoising/SoSigmaFilterProcessing.h>

Inheritance diagram for SoSigmaFilterProcessing:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoSigmaFilterProcessing ()

Public Attributes

SoSFEnum computeMode
SoSFVec3i32 kernelSize
SoSFImageDataAdapter inImage
SoSFFloat standardDeviation
SoSFInt32 populationThreshold
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outImage

Detailed Description

ImageViz 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 $I_c$ are excluded using a user threshold $\sigma$. Only voxels verifying the following formula are kept for computation:

\[I \in [I_c-2\sigma, I_c+2\sigma]\]

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


Library references: sigmafilter sigmafilter3d


Constructor & Destructor Documentation

SoSigmaFilterProcessing::SoSigmaFilterProcessing (  ) 

Constructor.


Member Data Documentation

Select the compute Mode (2D or 3D or AUTO) Use enum ComputeMode.

Default is MODE_AUTO

The input image.

Default value is NULL. Supported types include: grayscale binary label color image.

The kernel size in each direction (odd value).

Default value is SbVec3i32(3,3,3)

The output image.

Default value is NULL. Supported types include: grayscale binary label color image.

The population threshold.

Default value is 8.

The standard deviation.

Default value is 20.0f.


The documentation for this class was generated from the following file:

Open Inventor Toolkit reference manual, generated on 15 Mar 2023
Copyright © Thermo Fisher Scientific All rights reserved.
http://www.openinventor.com/