CogIPOneImageSampleConvolve SetKernelYValue Method Cognex VisionPro 9.22
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: 87.0.0.0
Syntax

public void SetKernelYValue(
	int Index,
	int NewValue
)

Parameters

Index
Type: System Int32
A zero-based index into the Y axis kernel.
NewValue
Type: System Int32
The new kernel value.
Events

Exceptions

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