Get the set of edge points ruled out prior to the line finding algorithm.
Namespace: Cognex.VisionPro.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 69.0.0.0
public CogLineMaxEdgePointCollection UnconsideredOutliers { get; }public CogLineMaxEdgePointCollection UnconsideredOutliers { get; }Public ReadOnly Property UnconsideredOutliers As CogLineMaxEdgePointCollection
Get
Public ReadOnly Property UnconsideredOutliers As CogLineMaxEdgePointCollection
Get
public:
property CogLineMaxEdgePointCollection^ UnconsideredOutliers {
CogLineMaxEdgePointCollection^ get ();
}public:
property CogLineMaxEdgePointCollection^ UnconsideredOutliers {
CogLineMaxEdgePointCollection^ get ();
}Property Value
Type:
CogLineMaxEdgePointCollection
The 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.