LineMaxResults UnconsideredOutliers Property Cognex VisionPro 9.22 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.22.2.0
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