CogIPOneImageGreyMorphologyNxM KernelHeight Property Cognex VisionPro 9.8 SR1
Get or set the height of the grey morphology kernel in pixels.

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

public int KernelHeight { get; set; }

Property Value

Type: Int32
The grey morphology kernel height in pixels.
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf the supplied value is not a positive odd integer.
See Also