CWIMAQEdgeReport

NI Vision for Visual Basic

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

ContrastObsolete—Use CWIMAQEdgeReportItem.Contrast instead.

Intensity contrast of the edge.
CountNumber of objects in the collection.
PolarityObsolete—Use CWIMAQEdgeReportItem.Polarity instead.

Polarity of the edge.
PositionObsolete—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.
ScoreObsolete

Property is currently unused.

Methods

AddAdds an object to the collection and returns the new object.
ItemReturns the specified object from the collection.
RemoveRemoves the specified item from the collection.
RemoveAllRemoves all objects from the collection.

See Also

CWIMAQVision.FindEdges2

CWIMAQEdgeReportItem