SoErosionLineProcessing2d Class Reference
[Erosion And Dilation]

ImageViz SoErosionLineProcessing2d engine More...

#include <ImageViz/Engines/MathematicalMorphology/ErosionAndDilation/SoErosionLineProcessing2d.h>

Inheritance diagram for SoErosionLineProcessing2d:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Member Functions

 SoErosionLineProcessing2d ()

Public Attributes

SoSFImageDataAdapter inImage
SoSFFloat orientationAngle
SoSFInt32 elementSize
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outImage

Detailed Description

ImageViz SoErosionLineProcessing2d engine

The SoErosionLineProcessing2d engine performs a 2D erosion using a structuring element matching with a line

For an introduction, see:

This engine performs a 2D erosion using a linear structuring element. The direction of 0 degree is horizontal and to the left, and the angles are calculated counter-clockwise.

SoErosionLineProcessing2d_image01.png

An erosion by SoErosionLineProcessing2d

SoErosionLineProcessing2d_image02.png

Two gray-level erosions

SEE ALSO

SoDilationLineProcessing2d.

FILE FORMAT/DEFAULT


Library references: lerode


Constructor & Destructor Documentation

SoErosionLineProcessing2d::SoErosionLineProcessing2d (  ) 

Constructor.


Member Data Documentation

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 angle of orientation in degrees (not radians).

Default value is 10.0f.

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/