LineMaxResults UnconsideredOutliers Property Cognex VisionPro 9.21 SR1

Get the set of edge points ruled out prior to the line finding algorithm.

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

public LineMaxEdgePointCollection UnconsideredOutliers { get; }

Return Value

Type: LineMaxEdgePointCollection

The read only collection of edge points.

Remarks

Unlike the edge points in ConsideredOutliers, the edge points in this collection are not processed by the line finding algorithm; therefore, they contribute very little to tool execution time.

See Also