CogLineMaxResult Inliers Property Cognex VisionPro
Gets the set of edge points fitted to the line.

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

public CogLineMaxEdgePointCollection Inliers { get; }

Property Value

Type: CogLineMaxEdgePointCollection
The read only collection of edge points.
See Also