The CogLineMaxResults type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ConsideredOutliers |
Get the set of outliers evaluated by the line finding algorithm, but
ultimately not qualifying as an inlier of any of the line results.
| |
| Count |
Gets the number of results contained in this collection.
| |
| IsSynchronized |
Gets a value indicating whether access to this collection is synchronized
(i.e. thread-safe).
| |
| Item |
Gets the item at the specified index. In C#, this property is the indexer
for the collection.
| |
| SyncRoot |
Gets an object that can be used to synchronize access to this collection.
| |
| UnconsideredOutliers |
Get the set of edge points ruled out prior to the line finding algorithm.
|
See Also