26 #ifndef __TERRALIB_RASTER_INTERNAL_BANDSUMMARY_H
27 #define __TERRALIB_RASTER_INTERNAL_BANDSUMMARY_H
89 #endif // __TERRALIB_RASTER_INTERNAL_BANDSUMMARY_H
std::map< double, unsigned int > * m_histogramR
The histogram (a map of occurring values and frequency) of the real part of a band.
#define TERASTEREXPORT
You can use this macro in order to export/import classes and functions from this module.
std::complex< double > * m_minVal
The minimum occurring values (real and imaginary), default is std::numeric_limits::min().
std::complex< double > * m_stdVal
The standard deviation of the occurring values (real and imaginary), default is 1.0.
std::map< double, unsigned int > * m_histogramI
The histogram (a map of occurring values and frequency) of the imaginary part of a band...
std::complex< double > * m_maxVal
The maximum occurring values (real and imaginary), default is std::numeric_limits::max().
A summary of a raster band (most statistics).
Configuration flags for the Raster module of TerraLib.
std::complex< double > * m_meanVal
The mean of the occurring values (real and imaginary), default is 0.0.