LineMaxResultBase Intensity Property Cognex VisionPro 9.21 SR1

Gets the average intensity along the line segment.

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

public abstract double Intensity { get; }

Return 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