21 #ifndef otbCloudDetectionFunctor_h
22 #define otbCloudDetectionFunctor_h
36 template <
class TInput,
class TOutputValue>
void SetMinThreshold(double threshold)
void SetVariance(double variance)
virtual ~CloudDetectionFunctor()
TInput GetReferencePixel()
void SetReferencePixel(TInput ref)
CloudEstimatorFunctor< TInput, TOutputValue > CloudEstimatorFunctorType
CloudEstimatorFunctorType m_CloudEstimatorFunctor
void SetMaxThreshold(double threshold)
TOutputValue operator()(const TInput &inPix)
Functor to help with the cloud detection.
TInput GetReferencePixel() const
void SetVariance(double variance)
void SetReferencePixel(TInput ref)
double GetVariance() const
The "otb" namespace contains all Orfeo Toolbox (OTB) classes.