Set the kernel value at the specified kernel column and row.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 69.0.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.
- NewValue
- Type: System Int32
n/a
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the specified kernel value changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the supplied Row parameter is less tahn zero or not less than KernelHeight. |
See Also