From b7ab08aebdaadc3f1f9fd1c36a7fcd837ee62e21 Mon Sep 17 00:00:00 2001 From: Julien Michel <julien.michel@orfeo-toolbox.org> Date: Wed, 23 Jun 2010 15:59:40 +0200 Subject: [PATCH] COMP: reverting file commited by mistake to revision abde49a6c986 --- Code/FeatureExtraction/otbTextureFunctorBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/FeatureExtraction/otbTextureFunctorBase.h b/Code/FeatureExtraction/otbTextureFunctorBase.h index ef490a1dc1..b0e5d31b43 100644 --- a/Code/FeatureExtraction/otbTextureFunctorBase.h +++ b/Code/FeatureExtraction/otbTextureFunctorBase.h @@ -317,7 +317,7 @@ public: } } - virtual double ComputeOverSingleChannel( ) = 0; + virtual double ComputeOverSingleChannel(const NeighborhoodType& neigh, const NeighborhoodType& neighOff) = 0; /** Return the texture name */ virtual std::string GetName() const = 0; -- GitLab