CWIMAQQuantifyReport
CWIMAQQuantifyReport is a collection of CWIMAQQuantifyReportItem objects. It contains one item for each region supplied to CWIMAQVision.Quantify.
Properties
| Area | Obsolete—Use CWIMAQQuantifyReportItem.Area instead. Analyzed surface area in pixels. |
| Count | Number of objects in the collection. |
| MaxValue | Obsolete—Use CWIMAQQuantifyReportItem.PixelRange instead. Largest pixel value. |
| Mean | Obsolete—Use CWIMAQQuantifyReportItem.Mean instead. Mean of the pixel values. |
| MinValue | Obsolete—Use CWIMAQQuantifyReportItem.PixelRange instead. Smallest pixel value. |
| Percent | Obsolete—Use CWIMAQQuantifyReportItem.Percent instead. Percentage of the analyzed surface in relation to the complete image. |
| StdDeviation | Obsolete—Use CWIMAQQuantifyReportItem.StandardDeviation instead. Standard deviation of the pixel values. Pixel values are distributed more evenly as the standard deviation increases. |
| Surface | Obsolete—Use CWIMAQQuantifyReportItem.Surface instead. Analyzed surface area in user-defined units. |
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. |