CWIMAQEdgeReport
CWIMAQEdgeReport is a collection of CWIMAQEdgeReportItem objects that contain the results of the CWIMAQVision.FindEdges2 method. It contains one item for each detected edge.
Properties
Contrast | Obsolete—Use CWIMAQEdgeReportItem.Contrast instead. Intensity contrast of the edge. |
Count | Number of objects in the collection. |
Polarity | Obsolete—Use CWIMAQEdgeReportItem.Polarity instead. Polarity of the edge. |
Position | Obsolete—Use CWIMAQEdgeReportItem.Position instead. Position of the edge from the first point in the XEdgeCoordinates and YEdgeCoordinates arrays returned by the FindEdges method. This is a subpixel interpolated distance. |
Score | Obsolete Property is currently unused. |
Methods
Add | Adds an object to the collection and returns the new object. |
Item | Returns the specified object from the collection. |
Remove | Removes the specified item from the collection. |
RemoveAll | Removes all objects from the collection. |