Get the set of edge points ruled out prior to the line finding algorithm.
Namespace: Cognex.Vision.LineMaxAssembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.22.2.0
public LineMaxEdgePointCollection UnconsideredOutliers { get; }public LineMaxEdgePointCollection UnconsideredOutliers { get; }Public ReadOnly Property UnconsideredOutliers As LineMaxEdgePointCollection
Get
Public ReadOnly Property UnconsideredOutliers As LineMaxEdgePointCollection
Get
public:
property LineMaxEdgePointCollection^ UnconsideredOutliers {
LineMaxEdgePointCollection^ get ();
}public:
property LineMaxEdgePointCollection^ UnconsideredOutliers {
LineMaxEdgePointCollection^ get ();
}Return Value
Type:
LineMaxEdgePointCollectionThe read only collection of edge points.
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.