diff --git a/Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.h b/Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.h index 68eded701afb6da66c875e15e1ac8046164c6ef3..4fc9c9d115af553237d7b2521af50c5d6629a9e2 100644 --- a/Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.h +++ b/Code/DisparityMap/otbPixelWiseBlockMatchingImageFilter.h @@ -275,30 +275,6 @@ public: return m_Functor; } - /** Get the functor for parameters setting */ - BlockMatchingFunctorType & GetFunctor() - { - return m_Functor; - } - - /** Get the functor (const version) */ - const BlockMatchingFunctorType & GetFunctor() const - { - return m_Functor; - } - - /** Get the functor for parameters setting */ - BlockMatchingFunctorType & GetFunctor() - { - return m_Functor; - } - - /** Get the functor (const version) */ - const BlockMatchingFunctorType & GetFunctor() const - { - return m_Functor; - } - /** Set initial horizontal disparity field (optional, override m_InitHorizontalDisparity) */ void SetHorizontalDisparityInput( const TOutputDisparityImage * hfield); @@ -350,12 +326,6 @@ private: /** The exploration radius for disparities (used if non null) */ SizeType m_ExplorationRadius; - /** Block-matching functor */ - BlockMatchingFunctorType m_Functor; - - /** Block-matching functor */ - BlockMatchingFunctorType m_Functor; - /** Block-matching functor */ BlockMatchingFunctorType m_Functor;