22 #ifndef otbKullbackLeiblerDistanceImageFilter_h
23 #define otbKullbackLeiblerDistanceImageFilter_h
25 #include "itkVariableLengthVector.h"
37 template <
class TInput>
48 template <
class TInput2>
77 void MakeSumAndMoments(
const itk::Image<typename TInput::ImageType::PixelType, 1>* input);
97 template <
class TInput1,
class TInput2,
class TOutput>
111 return static_cast<TOutput
>(0.);
115 return static_cast<TOutput
>(0.);
154 template <
class TInputImage1,
class TInputImage2,
class TOutputImage>
157 TInputImage1, TInputImage2, TOutputImage,
158 Functor::KullbackLeiblerDistance<typename itk::ConstNeighborhoodIterator<TInputImage1>, typename itk::ConstNeighborhoodIterator<TInputImage2>,
159 typename TOutputImage::PixelType>>
165 TInputImage1, TInputImage2, TOutputImage,
167 typename TOutputImage::PixelType>>
190 #ifndef OTB_MANUAL_INSTANTIATION
Implements neighborhood-wise generic operation of two images.
Helper class for KullbackLeiblerDistanceImageFilter. Please refer to KullbackLeiblerDistanceImageFilt...
double GetSkewness() const
double Divergence(const CumulantsForEdgeworth< TInput2 > &cumulants)
bool IsDataAvailable() const
virtual ~CumulantsForEdgeworth()
void MakeSumAndMoments(const TInput &input)
double GetVariance() const
double GetKurtosis() const
CumulantsForEdgeworth(const TInput &input)
Functor for KullbackLeiblerDistanceImageFilter. Please refer to KullbackLeiblerDistanceImageFilter.
KullbackLeiblerDistance()
virtual ~KullbackLeiblerDistance()
TOutput operator()(const TInput1 &it1, const TInput2 &it2)
Implements neighborhood-wise the computation of KullbackLeibler distance over Edgeworth approximation...
itk::SmartPointer< Self > Pointer
itk::SmartPointer< const Self > ConstPointer
KullbackLeiblerDistanceImageFilter Self
~KullbackLeiblerDistanceImageFilter() override
KullbackLeiblerDistanceImageFilter(const Self &)=delete
KullbackLeiblerDistanceImageFilter()
otb::BinaryFunctorNeighborhoodImageFilter< TInputImage1, TInputImage2, TOutputImage, Functor::KullbackLeiblerDistance< typename itk::ConstNeighborhoodIterator< TInputImage1 >, typename itk::ConstNeighborhoodIterator< TInputImage2 >, typename TOutputImage::PixelType > > Superclass
void operator=(const Self &)=delete
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.