CogIPOneImageSampleConvolve SetGaussSigma Method Cognex VisionPro 9.7
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: 73.0.0.0
Syntax

public void SetGaussSigma(
	double SigmaX,
	double SigmaY
)
Events

Exceptions

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