From 704417f88768fa60b3e4537e4a31c5304b692f7e Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@gmail.com> Date: Wed, 23 Jun 2010 17:03:44 +0200 Subject: [PATCH] WARN:remove unused variable --- ...lCooccurrenceMatrixAdvancedTextureCoefficientsCalculator.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Code/FeatureExtraction/otbGreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator.cxx b/Testing/Code/FeatureExtraction/otbGreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator.cxx index 4a60183905..14e101c86c 100644 --- a/Testing/Code/FeatureExtraction/otbGreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator.cxx +++ b/Testing/Code/FeatureExtraction/otbGreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator.cxx @@ -36,7 +36,7 @@ int otbGreyLevelCooccurrenceMatrixAdvancedTextureCoefficientsCalculator(int argc //------------------------------------------------------ const unsigned int Dimension = 2; typedef float MeasurementType ; - typedef itk::Statistics::Histogram< MeasurementType, 2 > HistogramType ; + typedef itk::Statistics::Histogram< MeasurementType, Dimension > HistogramType ; HistogramType::Pointer histogram = HistogramType::New() ; HistogramType::SizeType size ; size.Fill(HISTOGRAM_AXIS_LEN) ; -- GitLab