Set the X axis kernel value at the specified index to the specified value.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 73.0.0.0
Syntax
Parameters
- Index
- Type: System Int32
A zero-based index into the X axis kernel.
- NewValue
- Type: System Int32
The new kernel value.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the specified kernel value changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the index is less than zero, or greater than or equal to KernelXSize |
See Also