CogIPOneImageSampleConvolve GetKernelXValue Method Cognex VisionPro 9.7
Get the X axis kernel value at the specified index.

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

public int GetKernelXValue(
	int Index
)

Parameters

Index
Type: System Int32
A zero-based index into the X axis kernel.

Return Value

Type: Int32
The X axis kernel value at the specified index.
Exceptions

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