SoRecursiveExponentialFilterProcessing Class Reference
[Smoothing And Denoising]

ImageViz SoRecursiveExponentialFilterProcessing engine More...

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

Inheritance diagram for SoRecursiveExponentialFilterProcessing:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoRecursiveExponentialFilterProcessing ()

Public Attributes

SoSFEnum computeMode
SoSFImageDataAdapter inImage
SoSFInt32 spreadValue
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outImage

Detailed Description

ImageViz SoRecursiveExponentialFilterProcessing engine

The SoRecursiveExponentialFilterProcessing smooths images with a recursive algorithm based on a variable scale.

For an introduction to image filters, see section Images Filters.

This engine smooths an image with a recursive algorithm based on a variable scale. The smoothing is achieved by a separable exponential decreasing filter with a variable scale factor.

Response to horizontal impulse:

\[h(j)=K(1+\mu |j|)\exp(-\mu |j|)\]

Response to vertical impulse:

\[h(i)=K(1+\mu |i|)\exp(-\mu |i|)\]

The $\mu$ represents the smoothing spread, a value between 0 and 100. The larger the value, the more intensive the smoothing.

SEE ALSO

SoCurvatureDrivenDiffusionProcessing.

FILE FORMAT/DEFAULT


Library references: recursive recursive3d


Constructor & Destructor Documentation

SoRecursiveExponentialFilterProcessing::SoRecursiveExponentialFilterProcessing (  ) 

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 output image.

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

The spread value.

Default value is 60.


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/