CogIPOneImageSampleConvolve KernelXSize Property Cognex VisionPro 9.8 SR1
Get or set the size of the X axis kernel. Directly setting this property to a larger value will cause new X kernel elements, each with an initial value of zero, to be added. Directly setting this property to a smaller value will cause existing X kernel elements to be discarded. Note that directly setting this property is considered an advanced usage.

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

public int KernelXSize { get; set; }

Property Value

Type: Int32
The size of the X axis kernel.
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf the supplied value is even.
See Also