CogIPOneImageGaussSampler SmoothnessX Property Cognex VisionPro 9.25 SR1
Smoothness in the X direction. The smoothness value determines the sigma of the Gaussian curve and in turn the size of the Gaussian kernel. For speed efficiency, it is recommended that the smoothness not exceed 24 for CogImage8Grey or CogImage24PlanarColor, and not exceed 39 for CogImage16Grey.

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

public int SmoothnessX { get; set; }

Property Value

Type: Int32
Events

Exceptions

ExceptionCondition
ArgumentException

The new value is < 0.

Remarks

Sets or gets the smoothness in the x-direction. The smoothness value determines the sigma of the Gaussian curve and in turn the size of the Gaussian kernel. For speed efficiency, the smoothness should be less than or equal to 24.

See Specifying the Kernel Size in the Gaussian Sampling Theory Topic.

Default Value: 2

See Also