Get the kernel value at the specified column and row.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 87.1.0.0
Syntax
Parameters
- Col
- Type: System Int32
The zero based column index of the desired kernel value.
- Row
- Type: System Int32
The zero based row index of the desired kernel value.
Return Value
Type: DoubleThe kernel value at the specified column and row.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the supplied Col parameter is less than zero or not less than KernelWidth. |
See Also