CogIPOneImageGreyMorphology Width Property Cognex VisionPro 9.8 SR1
Width of the structuring element. Varies according to the number of 3x3 elements. For instance, two 3x3 morphology elements implies a 5x5 structuring element. Hence, the Width would be 5.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.0.0.0
Syntax

public int Width { get; }

Property Value

Type: Int32
Remarks

Width of the structuring element. This value varies depending on the number of morphology elements associated with this object. For example, two morphology elements imply a 5x5 structuring element, so Width would be 5.

Default Value: 3

See Also