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