SpectralResponseFunctions.cpp File Reference

Spectral Response Functions. More...

Go to the source code of this file.

Namespaces

 te
 URI C++ Library.
 
 te::rp
 Namespace for Raster Processing module of TerraLib.
 
 te::rp::srf
 Namespace related to Spectral Response Functions.
 

Functions

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...
 
double te::rp::srf::getSRFArea (const std::map< double, double > &sRFs)
 Return the SRF area. More...
 
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...
 
double te::rp::srf::interpolateSRF (const std::map< double, double > &sRFs, const double &frequency)
 Return a SRF interpolated from the given SRFs. More...
 

Detailed Description

Spectral Response Functions.

Definition in file SpectralResponseFunctions.cpp.