LineMaxResultBase Inliers Property Cognex VisionPro 9.23

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.24.0.0
Syntax

public abstract LineMaxEdgePointCollection Inliers { get; }

Return Value

Type: LineMaxEdgePointCollection

The read only collection of edge points.

See Also