SoClosingSquareColorProcessing2delementSize Property |
The half size of the structuring element.
Namespace: OIV.ImageViz.Engines.MathematicalMorphology.OpeningAndClosingAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoSFInt32 elementSize { get; }
Public ReadOnly Property elementSize As SoSFInt32
Get
public:
property SoSFInt32^ elementSize {
SoSFInt32^ get ();
}
member elementSize : SoSFInt32 with get
Property Value
Type:
SoSFInt32Remarks 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