CogIPOneImageSampleConvolve SetKernelXValue Method Cognex VisionPro 9.21 SR1
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: 85.1.0.0
Syntax

public void SetKernelXValue(
	int Index,
	int NewValue
)

Parameters

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

Exceptions

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