Click or drag to resize
SoDilationCubeProcessingelementSize Property

The half size of the structuring element.

Namespace: OIV.ImageViz.Engines.MathematicalMorphology.ErosionAndDilation
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFInt32 elementSize { get; }

Property Value

Type: SoSFInt32
Remarks

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

See Also