#include <SimpleViews.h>
Public Attributes | |
| double | min |
| double | max |
| double | mean |
| double | stddev |
| double * | pHistogramCenters |
| unsigned int * | pHistogramCounts |
| double * | pPercentiles |
| uint32_t | resolution |
Definition at line 617 of file SimpleViews.h.
| double RasterStatistics::min |
| double RasterStatistics::max |
| double RasterStatistics::mean |
| double RasterStatistics::stddev |
array of 256 histogram center values.
This is a borrowed reference.
Definition at line 623 of file SimpleViews.h.
| unsigned int* RasterStatistics::pHistogramCounts |
array of 256 histogram counts.
This is a borrowed reference. Note that this is not a sized data type so the current sizeof(unsigned int) must be known to use this. In most cases, this should be known.
Definition at line 624 of file SimpleViews.h.
| double* RasterStatistics::pPercentiles |
array of 1001 percentile boundaries.
This is a borrowed reference.
Definition at line 627 of file SimpleViews.h.
| uint32_t RasterStatistics::resolution |
the calculation resolution.
Represents the increment of the row and column counters used to calculate the statistics
Definition at line 628 of file SimpleViews.h.