CogIPOneImageSampleConvolve GetKernelYValue Method Cognex VisionPro 9.22
Get the Y axis kernel value at the specified index.

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

public int GetKernelYValue(
	int Index
)

Parameters

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

Return Value

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

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