CogLineMaxResults PropertiesCognex VisionPro 9.5

The CogLineMaxResults type exposes the following members.

Properties

  NameDescription
Public propertyConsideredOutliers
Get the set of outliers evaluated by the line finding algorithm, but ultimately not qualifying as an inlier of any of the line results.
Public propertyCount
Gets the number of results contained in this collection.
Public propertyIsSynchronized
Gets a value indicating whether access to this collection is synchronized (i.e. thread-safe).
Public propertyItem
Gets the item at the specified index. In C#, this property is the indexer for the collection.
Public propertySyncRoot
Gets an object that can be used to synchronize access to this collection.
Public propertyUnconsideredOutliers
Get the set of edge points ruled out prior to the line finding algorithm.
Top
See Also