CogIPOneImageConvolveNxM KernelHeight Property Cognex VisionPro 9.10
Get or set the height of the convolution kernel in pixels.

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

public int KernelHeight { get; set; }

Property Value

Type: Int32
The convolution kernel height in pixels.
Events

Exceptions

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