From f73bb43e9fc38ef4a296d95debf614194566fada Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@gmail.com> Date: Wed, 23 Jun 2010 17:02:28 +0200 Subject: [PATCH] WARN:remove unused variable --- ...elCooccurrenceMatrixAdvancedTextureCoefficientsCalculator.txx | 1 - 1 file changed, 1 deletion(-) diff --git a/Code/FeatureExtraction/otbGreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator.txx b/Code/FeatureExtraction/otbGreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator.txx index 50a3c7ab2b..6b19b8b2f9 100644 --- a/Code/FeatureExtraction/otbGreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator.txx +++ b/Code/FeatureExtraction/otbGreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator.txx @@ -50,7 +50,6 @@ ComputeMean( double &pixelMean ) typedef typename HistogramType::Iterator HistogramIterator; // Initialize everything - typename HistogramType::SizeValueType binsPerAxis = m_Histogram->GetSize(0); pixelMean = 0; // Ok, now do the first pass through the histogram to get the marginal sums -- GitLab