CogImageSharpness AbsDiffDistanceY Property Cognex VisionPro 9.25 SR1
Returns/Sets the separation in the Y direction.

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

public int AbsDiffDistanceY { get; set; }

Property Value

Type: Int32
Events

Event TypeReason
CogImageSharpness Changed

Fires when the value of this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException

The value is < 0.

Remarks

Sets or gets the image offset in the y-direction. Applies only in absolute difference mode.

Default Value: 1

See Also