CogIPOneImageSampleConvolve SetGaussSigma Method Cognex VisionPro 9.23
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.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 91.0.0.0
Syntax

public void SetGaussSigma(
	double SigmaX,
	double SigmaY
)

Parameters

SigmaX
Type: System Double
The desired X axis sigma.
SigmaY
Type: System Double
The desired Y axis sigma.
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf SigmaY is less than or equal to zero.
See Also