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

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 65.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