SoDilationSquareColorProcessing2d Class Reference
[Erosion And Dilation]

ImageViz SoDilationSquareColorProcessing2d engine More...

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

Inheritance diagram for SoDilationSquareColorProcessing2d:
SoImageVizEngine SoEngine SoFieldContainer SoBase SoRefCounter SoTypedObject

List of all members.

Public Types

enum  CriterionPlane {
  LUMINANCE = 0,
  SATURATION = 1
}

Public Member Functions

 SoDilationSquareColorProcessing2d ()

Public Attributes

SoSFImageDataAdapter inColorImage
SoSFInt32 elementSize
SoSFEnum criterionPlane
SoImageVizEngineOutput
< SoSFImageDataAdapter,
SoImageDataAdapter * > 
outColorImage

Detailed Description

ImageViz SoDilationSquareColorProcessing2d engine

The SoDilationSquareColorProcessing2d engine performs a dilation on a true-color image.

For an introduction, see:

This engine performs a dilation on a true-color image composed of 3 channels: red, green and blue. The maximum in the neighborhood is either computed on the Luminance or the Saturation of pixels, and the center is set to the pixel which gives the maximum Luminance or Saturation. With this method, no new color is created.

SEE ALSO

SoErosionSquareColorProcessing2d.

FILE FORMAT/DEFAULT


Library references: colordilate


Member Enumeration Documentation

Enumerator:
LUMINANCE 

Using this mode the operation is defined on the luminance component of the color image.

SATURATION 

Using this mode the operation is defined on the saturation component of the color image.


Constructor & Destructor Documentation

SoDilationSquareColorProcessing2d::SoDilationSquareColorProcessing2d (  ) 

Constructor.


Member Data Documentation

The plane to compute criterion.

Use enum CriterionPlane. Default is LUMINANCE

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

Default value is NULL. Supported types include: color image.

The output color 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/