CogIPOneImageSampleConvolve SampleX Property Cognex VisionPro 9.21 SR1
Get or set the sample rate in the X direction. To specify sampling every third pixel in the X direction, set SampleX to 3.0. Note that non-integer sampling is fully supported.

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

public double SampleX { get; set; }

Property Value

Type: Double
The sample rate in the X direction.
Events

Exceptions

ExceptionCondition
ArgumentExceptionIf the supplied value is less than or equal to zero.
See Also