CogImageSharpness AbsDiffDistanceX Property Cognex VisionPro 9.20
Returns/Sets the separation in the X direction.

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

public int AbsDiffDistanceX { 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 x-direction. Applies only in absolute difference mode.

Default Value: 1

See Also