LineMaxResults ConsideredOutliers Property Cognex VisionPro 9.22 SR1

Get the set of outliers evaluated by the line finding algorithm, but ultimately not qualifying as an inlier of any of the line results.

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

public LineMaxEdgePointCollection ConsideredOutliers { get; }

Return Value

Type: LineMaxEdgePointCollection

The read only collection of edge points.

Remarks

Unlike the edge points in UnconsideredOutliers, the edge points in this collection are processed by the line finding algorithm; therefore, they contribute more heavily to tool execution time.

See Also