diff --git a/Code/FeatureExtraction/otbGreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator.txx b/Code/FeatureExtraction/otbGreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator.txx index 50a3c7ab2b29b8db96bf3c05cbf30bef9e08c87f..6b19b8b2f9421090348e8d7f9a17336884a6d176 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