CogIPOneImageSampleConvolve SetKernelYValue Method Cognex VisionPro
Set the Y axis kernel value at the specified index to the specified value.

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

public void SetKernelYValue(
	int Index,
	int NewValue
)
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf the index is less than zero, or greater than or equal to KernelYSize
See Also