LineMaxEdgePoint GradientX Property Cognex VisionPro 9.23

Gets the x component of the gradient vector. This value is considered the contrast measurement along the x direction.

Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.24.0.0
Syntax

public double GradientX { get; }

Return Value

Type: Double

The absolute intensity differential.

Remarks

The x direction is the x-axis direction of the selected space of the input image.

See Also