CogLineMaxResult Intensity Property Cognex VisionPro 9.21 SR1
Gets the average intensity along the line segment.

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

public double Intensity { get; }

Property Value

Type: Double
The average pixel grey level.
Remarks

Intensity is computed using the average Intensity of all the Inliers of the line segment.
See Also