LineMaxResultBase Inliers Property Cognex VisionPro 9.21 SR1

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

public abstract LineMaxEdgePointCollection Inliers { get; }

Return Value

Type: LineMaxEdgePointCollection

The read only collection of edge points.

See Also