CogIPOneImageGaussSampler SampleY Property Cognex VisionPro 9.8 SR1
Subsampling rate in the Y direction that reduces the image height, dividing by the specified value. Sampling is performed after the Gaussian filter is applied. In general, SampleY should be less than SmoothnessY.

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

public int SampleY { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogIPOneImageGaussSampler Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The sampling block size is <= 0.

Remarks

Subsampling factor in the y-direction. The height of the resulting image is reduced in size by this factor. Sampling takes place after the Gaussian filter is applied.

Default Value: 1

See Also