Spectral Response Functions. More...
Go to the source code of this file.
Namespaces | |
te | |
TerraLib. | |
te::rp | |
Namespace for Raster Processing module of TerraLib. | |
te::rp::srf | |
Namespace related to Spectral Response Functions. | |
Functions | |
TERPEXPORT void | te::rp::srf::getIntersectionSRF (const std::map< double, double > &sRF1, const std::map< double, double > &sRF2, std::map< double, double > &intersectionSRF) |
Return the intersetction SRF. More... | |
TERPEXPORT void | te::rp::srf::getSRF (const SensorType &sensor, std::map< double, double > &container) |
Returns a Spectral Response Function from the given sensor. More... | |
TERPEXPORT double | te::rp::srf::getSRFArea (const std::map< double, double > &sRFs) |
Return the SRF area. More... | |
TERPEXPORT const std::map< SensorType, std::pair< std::string, std::map< double, double > > > & | te::rp::srf::getSRFs () |
Returns a reference to the global static Spectral Response Functions. More... | |
TERPEXPORT void | te::rp::srf::getUnionSRF (const std::map< double, double > &sRF1, const std::map< double, double > &sRF2, std::map< double, double > &unionSRF) |
Return the union SRF. More... | |
TERPEXPORT double | te::rp::srf::interpolateSRF (const std::map< double, double > &sRFs, const double &frequency) |
Return a SRF interpolated from the given SRFs. More... | |
Spectral Response Functions.
Definition in file SpectralResponseFunctions.h.