Skip to content
Snippets Groups Projects
Commit f0d200d6 authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

WRG: unused variable removed.

parent 149599e4
Branches
Tags
No related merge requests found
......@@ -303,7 +303,7 @@ MeanShiftImageFilter2<TInputImage, TOutputImage, TKernel, TNorm, TOutputMetricIm
OutputImagePointerType outRangePtr = this->GetRangeOutput();
typename InputImageType::ConstPointer inputPtr = this->GetInput();
InputIndexType index;
//InputIndexType index;
typename InputImageType::PixelType inputPixel;
RealVector jointPixel;
......@@ -538,7 +538,7 @@ MeanShiftImageFilter2<TInputImage, TOutputImage, TKernel, TNorm, TOutputMetricIm
typename OutputIterationImageType::PixelType iterationPixel;
metricPixel.SetSize(1);
InputIndexType index;
//InputIndexType index;
// Pixel in the joint spatial-range domain
RealVector jointPixel;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment