CogLineMaxEdgePoint IntensityNormalizedGradientY Property Cognex VisionPro 9.22 SR1
Gets the y component of the intensity normalized gradient vector. This value is considered the normalized contrast measurement along the y direction.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 87.1.0.0
Syntax

public double IntensityNormalizedGradientY { get; }

Property Value

Type: Double
The relative contrast ratio.
Remarks

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

See NormalizedContrastThreshold for information on normalization behavior.

See Also