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.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.1.0.0
Syntax
Property Value
Type: Int32Remarks
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