SoClosingLineMinimumProcessing Class Reference
[Opening And Closing]

ImageViz SoClosingLineMinimumProcessing engine More...

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

Inheritance diagram for SoClosingLineMinimumProcessing:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoClosingLineMinimumProcessing ()

Public Attributes

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

Detailed Description

ImageViz SoClosingLineMinimumProcessing engine

The SoClosingLineMinimumProcessing engine performs a minimal linear closing.

For an introduction, see:

This engine performs the intersection of the closings in several directions (binary case) or the minimum of the closings (grayscale case). This engine is very useful when you work with circular shapes because it fills the holes in all directions. Like a classical closing transform, using this engine with an appropriate threshold, allows getting a Top Hat well adapted to the circular objects detection.

SEE ALSO

SoOpeningLineMaximumProcessing.

FILE FORMAT/DEFAULT


Library references: unionlclosing


Constructor & Destructor Documentation

SoClosingLineMinimumProcessing::SoClosingLineMinimumProcessing (  ) 

Constructor.


Member Data Documentation

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

Default is MODE_AUTO

The number of directions for linear linear closing.

Default value is 4.

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.

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/