|
uint32_t | uiLCutoff |
| The lower pixel value cutoff.
|
|
uint32_t | uiUCutoff |
| The Upper pixel value cutoff.
|
|
uint32_t | uiHistogramSize |
| The number of elements in the array pointed to by pdblHistogram.
|
|
double * | pdblHistogram |
| The pixel value histogram. The index is the pixel value, the value at that index is the number of pixels with that pixel value.
|
|
double | dblMean |
| The mean of the pixel values in the plane.
|
|
double | dblMedian |
| The median of the pixel values in the plane.
|
|
double | dblMode |
| The mode of the pixel values in the plane.
|
|
double | dblStandardDeviation |
| The standard deviation of the pixels in the plane.
|
|
FPROPIXELINFO | pixBrightest |
| The location and value of the brightest pixel in the plane.
|
|
FPROPIXELINFO | pixDimmest |
| The location and value of the dimmest pixel in the plane.
|
|
The documentation for this struct was generated from the following file: