LineMaxResultBase Inliers Property Cognex VisionPro 9.22

Gets the set of edge points fitted to the line.

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

public abstract LineMaxEdgePointCollection Inliers { get; }

Return Value

Type: LineMaxEdgePointCollection

The read only collection of edge points.

See Also