CogLineMaxResults UnconsideredOutliers Property Cognex VisionPro
Get the set of edge points ruled out prior to the line finding algorithm.

Namespace: Cognex.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 65.1.0.0
Syntax

public CogLineMaxEdgePointCollection UnconsideredOutliers { get; }

Property Value

Type: CogLineMaxEdgePointCollection
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