The CogFindLineResults type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Count | Gets the number of items contained in this collection. | |
| IsSynchronized | Gets a value indicating whether access to this collection is synchronized (thread-safe). | |
| Item | Gets the item at the specified index. In C#, this property is the indexer for the collection. | |
| NumPointsFound | Number of calipers that found an edge point. May be greater than the number of points used for the Line fitting if some data points were ignored. | |
| NumPointsUsed | Number of points used to perform the Line fitting. May be less than the number of points found by calipers if some data points were ignored. | |
| RMSError | Root mean square error for the fitting operation. It is computed by taking the square root of the mean of the squares of the individual errors. | |
| SyncRoot | Gets an object that can be used to synchronize access to this collection. |
See Also