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