CWIMAQCirclesReport

NI Vision for Visual Basic

CWIMAQCirclesReport

CWIMAQCirclesReport is a collection of CWIMAQCirclesReportItem objects that contain the results of the CWIMAQVision.FindCircles method. It has one entry for each circle detected in the image.

Properties

AreaObsolete—Use CWIMAQCirclesReportItem.CoreArea.htm instead.

Area of the circle, in pixels.
CountNumber of objects in the collection.
RadiusObsolete—Use CWIMAQCirclesReportItem.Radius instead.

Radius of the circle, in pixels.
XCenterObsolete—Use CWIMAQCirclesReportItem.Center instead.

X-coordinate of the center of the circle.
YCenterObsolete—Use CWIMAQCirclesReportItem.Center instead.

Y-coordinate of the center of the circle.

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.FindCircles

CWIMAQCirclesReportItem