Configure both the X axis and Y axis kernels to perform Gaussian sampling at the specified sigma, leaving the sampling rate (SampleX, SampleY) unchanged. This method may modify any or all of KernelSizeX, KernelSizeY, as well as the actual kernel values returned by GetKernelXValue(...) or GetKernelYValue(...).
Namespace: Cognex.VisionPro.ImageProcessingAssembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 93.1.0.0
Syntax
Parameters
- SigmaX
- Type: System Double
The desired X axis sigma.
- SigmaY
- Type: System Double
The desired Y axis sigma.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the state of this object changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | If SigmaY is less than or equal to zero. |
See Also