CogIPOneImageGreyMorphology Height Property Cognex VisionPro 9.8 SR1
Height 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 Height would be 5.

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

public int Height { get; }

Property Value

Type: Int32
Remarks

Height 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 Height would be 5.

Default Value: 3

See Also