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.LineMaxAssembly: Cognex.VisionPro.LineMax (in Cognex.VisionPro.LineMax.dll) Version: 75.1.0.0
public CogLineMaxEdgePointCollection ConsideredOutliers { get; }public CogLineMaxEdgePointCollection ConsideredOutliers { get; }Public ReadOnly Property ConsideredOutliers As CogLineMaxEdgePointCollection
Get
Public ReadOnly Property ConsideredOutliers As CogLineMaxEdgePointCollection
Get
public:
property CogLineMaxEdgePointCollection^ ConsideredOutliers {
CogLineMaxEdgePointCollection^ get ();
}public:
property CogLineMaxEdgePointCollection^ ConsideredOutliers {
CogLineMaxEdgePointCollection^ get ();
}Property Value
Type:
CogLineMaxEdgePointCollection
The read only collection of edge points.
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.