SoNagaoFilterProcessing3d Class Reference
[Smoothing And Denoising]

ImageViz SoNagaoFilterProcessing3d engine More...

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

Inheritance diagram for SoNagaoFilterProcessing3d:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Types

enum  FilterMethod {
  VARIANCE = 0,
  RANGE = 1
}

Public Member Functions

 SoNagaoFilterProcessing3d ()

Public Attributes

SoSFImageDataAdapter inImage
SoSFEnum filterMethod
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outImage

Detailed Description

ImageViz 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


Library references: nagmodfilter3d


Member Enumeration Documentation

Enumerator:
VARIANCE 

This option to use variance to compare data.

RANGE 

This option to use range to compare data.


Constructor & Destructor Documentation

SoNagaoFilterProcessing3d::SoNagaoFilterProcessing3d (  ) 

Constructor.


Member Data Documentation

Filter method.

Use enum FilterMethod. Default is VARIANCE

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 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/