CWIMAQHistogramReportItem
CWIMAQHistogramReportItem contains parameters that specify the result of a histogram operation.
Properties
| Area | Number of pixels classified. |
| Histogram | Array that describes the number of pixels in each class. |
| Interval | Size of each class. |
| Mean | Mean value of the classified pixels. |
| PixelRange | Range of pixel values used in calculating the histogram. |
| StandardDeviation | Standard deviation of the classified pixels. The higher this value, the better the distribution of the values in the histogram and the corresponding image. |
| StartValue | Smallest pixel value in the first class. The smallest pixel value may be smaller than MinValue. |