CogIPOneImageGreyMorphologyNxM KernelWidth Property Cognex VisionPro 9.8
Get or set the width of the grey morphology kernel in pixels.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 75.1.0.0
Syntax

public int KernelWidth { get; set; }

Property Value

Type: Int32
The grey morphology kernel width in pixels.
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf the supplied value is not a positive odd integer.
See Also