#include "otbMath.h"
#include <algorithm>
#include <vector>
#include <numeric>
Go to the source code of this file.
|
|
template<class TInput , class TReference , class TOutput > |
TOutput | otb::Functor::SpectralAngleDetails::ComputeSpectralAngle (TInput const &input, typename TInput ::ValueType const &inputNorm, TReference const &reference, typename TReference::ValueType refNorm) |
|
|
template<class TInput , class TReference , class TOutput > |
TOutput | otb::Functor::SpectralAngleDetails::ComputeSpectralAngle (TInput const &input, typename TInput ::ValueType const &inputNorm, TReference const &reference, typename TReference::ValueType refNorm) |
|