CogIPOneImageSampleConvolve SetKernelXValue Method Cognex VisionPro 9.5
Set the X 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: 69.0.0.0
Syntax

public void SetKernelXValue(
	int Index,
	int NewValue
)
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf the suplied value is less than -128 or greater than 128.
See Also