CogIPOneImageConvolveNxM KernelHeight Property Cognex VisionPro
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: 65.1.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