CWIMAQQuantifyReport

NI Vision for Visual Basic

CWIMAQQuantifyReport

CWIMAQQuantifyReport is a collection of CWIMAQQuantifyReportItem objects. It contains one item for each region supplied to CWIMAQVision.Quantify.

Properties

AreaObsolete—Use CWIMAQQuantifyReportItem.Area instead.

Analyzed surface area in pixels.
CountNumber of objects in the collection.
MaxValueObsolete—Use CWIMAQQuantifyReportItem.PixelRange instead.

Largest pixel value.
MeanObsolete—Use CWIMAQQuantifyReportItem.Mean instead.

Mean of the pixel values.
MinValueObsolete—Use CWIMAQQuantifyReportItem.PixelRange instead.

Smallest pixel value.
PercentObsolete—Use CWIMAQQuantifyReportItem.Percent instead.

Percentage of the analyzed surface in relation to the complete image.
StdDeviationObsolete—Use CWIMAQQuantifyReportItem.StandardDeviation instead.

Standard deviation of the pixel values. Pixel values are distributed more evenly as the standard deviation increases.
SurfaceObsolete—Use CWIMAQQuantifyReportItem.Surface instead.

Analyzed surface area in user-defined units.

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

CWIMAQQuantifyReportItem

CWIMAQVision.Quantify