21 #ifndef otbCloudEstimatorFilter_h
22 #define otbCloudEstimatorFilter_h
25 #include "itkUnaryFunctorImageFilter.h"
40 template <
class TInputImage,
class TOutputImage,
41 class TFunction = Functor::SpectralAngleFunctor<typename TInputImage::PixelType, typename TOutputImage::PixelType>>
42 class ITK_EXPORT
CloudEstimatorFilter :
public itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, TFunction>
47 typedef typename itk::UnaryFunctorImageFilter<TInputImage, TOutputImage, TFunction>
Superclass;
69 void SetVariance(
double var);
70 double GetVariance()
const;
80 void BeforeThreadedGenerateData()
override;
82 void PrintSelf(std::ostream& os, itk::Indent indent)
const override;
86 void operator=(
const Self&) =
delete;
91 #ifndef OTB_MANUAL_INSTANTIATION