RasterStatistics Struct Reference
[Simple datacentric API]

Raster statistics structure. More...

#include <SimpleViews.h>

List of all members.

Public Attributes

double min
double max
double mean
double stddev
double * pHistogramCenters
unsigned int * pHistogramCounts
double * pPercentiles
uint32_t resolution


Detailed Description

Raster statistics structure.

Definition at line 617 of file SimpleViews.h.


Member Data Documentation

minimum value in the layer

Definition at line 619 of file SimpleViews.h.

maximum value in the layer

Definition at line 620 of file SimpleViews.h.

mean value in the layer

Definition at line 621 of file SimpleViews.h.

standard deviation of values in the layer

Definition at line 622 of file SimpleViews.h.

array of 256 histogram center values.

This is a borrowed reference.

Definition at line 623 of file SimpleViews.h.

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.

array of 1001 percentile boundaries.

This is a borrowed reference.

Definition at line 627 of file SimpleViews.h.

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.


Software Development Kit - Opticks 4.9.0 Build 16218