CogLineMaxResults ConsideredOutliers Property Cognex VisionPro
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.VisionPro.LineMax
Assembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 65.1.0.0
Syntax

public CogLineMaxEdgePointCollection ConsideredOutliers { get; }

Property Value

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