OTB
9.0.0
Orfeo Toolbox
|
#include "itkMacro.h"
#include "otbFunctorImageFilter.h"
#include "vnl/algo/vnl_svd.h"
#include <memory>
#include "otbUnConstrainedLeastSquareImageFilter.hxx"
Go to the source code of this file.
Classes | |
class | otb::Functor::UnConstrainedLeastSquareFunctor< TInput, TOutput, TPrecision > |
Namespaces | |
otb | |
otb::Functor | |
Typedefs | |
template<typename TInputImage , typename TOutputImage , typename TPrecision > | |
using | otb::UnConstrainedLeastSquareImageFilter = FunctorImageFilter< Functor::UnConstrainedLeastSquareFunctor< typename TInputImage::PixelType, typename TOutputImage::PixelType, TPrecision > > |