Gets the absolute contrast across the line segment in the
ExpectedLineNormal
direction.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 80.0.0.0
Syntax
Property Value
Type: DoubleThe absolute grey level difference.
Remarks
Contrast is computed using the average GradientMagnitude of all the Inliers of the line segment.
Unlike NormalizedContrast, which is a measure of relative intensity difference, Contrast is a measure of absolute intensity difference.
See Also