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