CogIPOneImageSampleConvolve KernelYSize Property Cognex VisionPro 9.10
Get or set the size of the Y axis kernel. Directly setting this property to a larger value will cause new Y kernel elements, each with an initial value of zero, to be added. Directly setting this property to a smaller value will cause existing Y 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: 79.0.0.0
Syntax

public int KernelYSize { get; set; }

Property Value

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

Exceptions

ExceptionCondition
ArgumentExceptionIf the supplied value is even.
See Also