LineMaxEdgePoint IntensityNormalizedGradientX Property Cognex VisionPro 9.22

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

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

public double IntensityNormalizedGradientX { get; }

Return Value

Type: Double

The relative contrast ratio.

Remarks

The x direction is the x-axis direction of the selected space of the input image. See NormalizedContrastThreshold for information on normalization behavior.

See Also