![]() |
OTB
10.0.0
Orfeo Toolbox
|
#include <complex>
#include "otbSinclairToCovarianceMatrixImageFilter.h"
#include "otbFunctorImageFilter.h"
#include "otbPolarimetryTags.h"
Go to the source code of this file.
Classes | |
class | otb::Functor::SinclairToCircularCovarianceMatrixFunctor< TInput1, TInput2, TInput3, TInput4, TOutput > |
Namespaces | |
otb | |
otb::Functor | |
Typedefs | |
template<typename TInputImage , typename TOutputImage > | |
using | otb::SinclairToCircularCovarianceMatrixImageFilter = FunctorImageFilter< Functor::SinclairToCircularCovarianceMatrixFunctor< typename TInputImage::PixelType, typename TInputImage::PixelType, typename TInputImage::PixelType, typename TInputImage::PixelType, typename TOutputImage::PixelType >, std::tuple< polarimetry_tags::hh, polarimetry_tags::hv, polarimetry_tags::vh, polarimetry_tags::vv > > |