CWIMAQHistogramReport

NI Vision for Visual Basic

CWIMAQHistogramReport

CWIMAQHistogramReport is a collection of CWIMAQHistogramReportItem objects. This report is filled with one item by CWIMAQVision.Histogram2 and CWIMAQVision.ColorHistogram3.

Properties

AreaObsolete—Use CWIMAQHistogramReportItem.Area instead. Number of pixels classified.
CountNumber of objects in the collection.
IntervalObsolete—Use CWIMAQHistogramReportItem.Interval instead. Size of each class.
MaxValueObsolete—Use CWIMAQHistogramReportItem.PixelRange instead. Largest pixel value classified.
MeanObsolete—Use CWIMAQHistogramReportItem.Mean instead. Mean value of the classified pixels.
MinValueObsolete—Use CWIMAQHistogramReportItem.PixelRange instead. Smallest pixel value classified.
StartValueObsolete—Use CWIMAQHistogramReportItem.StartValue instead. Smallest pixel value that fell into the first class. The smallest pixel value may be smaller than MinValue.
StdDeviationObsolete—Use CWIMAQHistogramReportItem.StandardDeviation instead. Standard deviation of the classified pixels. The higher this value, the more distributed the values of the histogram and corresponding images are.

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

CWIMAQHistogramReportItem

CWIMAQVision.Histogram2

CWIMAQVision.ColorHistogram3

CWIMAQVision.Equalize2