Get or set the height of the grey morphology kernel in pixels.
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.0.0.0
Syntax
Property Value
Type: Int32The grey morphology 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