SoOpeningCubeProcessing Class Reference
[Opening And Closing]

ImageViz SoOpeningCubeProcessing engine performs an opening using a structuring element matching with a square or a cube. More...

#include <ImageViz/Engines/MathematicalMorphology/OpeningAndClosing/SoOpeningCubeProcessing.h>

Inheritance diagram for SoOpeningCubeProcessing:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoOpeningCubeProcessing ()

Public Attributes

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

Detailed Description

ImageViz SoOpeningCubeProcessing engine performs an opening using a structuring element matching with a square or a cube.

For an introduction, see:

This engine performs an opening of an image using a structuring element matching with a square in 2D and a cube in 3D. Iterative computation is used for improved performance.

SEE ALSO

SoClosingCubeProcessing.

FILE FORMAT/DEFAULT


Library references: opening


Constructor & Destructor Documentation

SoOpeningCubeProcessing::SoOpeningCubeProcessing (  ) 

Constructor.


Member Data Documentation

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

Default is MODE_AUTO

The half size of the structuring element.

A structuring element always has an odd side length (3x3, 5x5, etc) which is defined by 2 * elementSize + 1. Default value is 3.

The input image.

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

In 3D configuration (see computeMode), the neighborhood connectivity defines the connectivity considered for processing adjacent voxels.

Use enum Neighborhood3d. Default is CONNECTIVITY_26.

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/