Get or set the width of the convolution kernel in pixels.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 85.1.0.0
Syntax
Property Value
Type: Int32The convolution kernel width in pixels.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the kernel width changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If the supplied value is not a positive odd integer. |
See Also