Get the X axis kernel value at the specified index.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.1.0.0
Syntax
Parameters
- Index
- Type: System Int32
A zero-based index into the X axis kernel.
Return Value
Type: Int32The X axis kernel value at the specified index.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the index is less than zero, or greater than or equal to KernelXSize |
See Also