CogIPOneImageConvolveNxM KernelWidth Property Cognex VisionPro 9.22
Get or set the width of the convolution kernel in pixels.

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

public int KernelWidth { get; set; }

Property Value

Type: Int32
The convolution kernel width in pixels.
Events

Exceptions

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