This class holds all of the result information from a LineMaxOperator operation.
Inheritance Hierarchy
Cognex.Vision.LineMax.Implementation ReadOnlyCollectionOfLineMaxResultPtr
Cognex.Vision.LineMax LineMaxResults
Namespace: Cognex.Vision.LineMax
Assembly: Cognex.Vision.LineMax.Net (in Cognex.Vision.LineMax.Net.dll) Version: 9.22.2.0
Syntax
The LineMaxResults type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ConstructAnnotation | Constructs the record's Annotation. For Cognex Internal use only. | |
| ConstructContent | Constructs the record's Content. For Cognex Internal use only. | |
| ConstructSubRecords | Constructs the record's SubRecords. For Cognex Internal use only. | |
| CopyTo |
Copies all the elements of the collection to the specified one-dimensional array
starting at the specified destination array index. The index is specified as a 32-bit integer.
(Overrides ReadOnlyCollectionOfLineMaxResultPtr CopyTo( LineMaxResult , Int32).) | |
| Equals | Compares the equality of this object with another. (Overrides Object Equals(Object).) | |
| GetEnumerator |
Returns an IEnumerator for the collection.
(Overrides ReadOnlyCollectionOfLineMaxResultPtr GetEnumerator .) | |
| GetHashCode | Returns the hash code of this object. (Overrides Object GetHashCode .) | |
| GetItem | Get the item at the specified index. (Overrides ReadOnlyCollectionOfLineMaxResultPtr GetItem(Int32).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Equality | Compares the equality of two LineMaxResults objects. | |
| Inequality | Compares the inequality of two LineMaxResults objects. |
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 | Get the number of elements contained in this collection. | |
| Handle | (Overrides ReadOnlyCollectionOfLineMaxResultPtr Handle.) | |
| Item | (Overrides ReadOnlyCollectionOfLineMaxResultPtr Item Int32 .) | |
| UnconsideredOutliers | Get the set of edge points ruled out prior to the line finding algorithm. |
See Also