CWIMAQShapeReport

NI Vision for Visual Basic

CWIMAQShapeReport

CWIMAQShapeReport is a collection of CWIMAQShapeReportItem objects. It contains one CWIMAQShapeReportItem for each match found.

Properties

CentroidXObsolete—Use CWIMAQShapeReportItem.Centroid instead.

X-coordinate of the centroid of the object.
CentroidYObsolete—Use CWIMAQShapeReportItem.Centroid instead.

Y-coordinate of the centroid of the object.
CountNumber of objects in the collection.
RectHeightObsolete—Use CWIMAQShapeReportItem.BoundingRectangle instead.

Height of the bounding rectangle of the object.
RectLeftObsolete—Use CWIMAQShapeReportItem.BoundingRectangle instead.

Left edge of the bounding rectangle of the object.
RectTopObsolete>—Use CWIMAQShapeReportItem.BoundingRectangle instead.

Top edge of the bounding rectangle of the object.
RectWidthObsolete—Use CWIMAQShapeReportItem.BoundingRectangle instead.

Width of the bounding rectangle of the object.
ScoreObsolete—Use CWIMAQShapeReportItem.Score instead.

Value ranging from 1-1,000 that specifies how similar the object in the image is to the template. A score of 1,000 indicates a perfect match.
ShapeSizeObsolete—Use CWIMAQShapeReportItem.ShapeSize instead.

Size, in pixels, of the object.

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

CWIMAQShapeReportItem

CWIMAQVision.ShapeMatch