Skip to content
Snippets Groups Projects
Commit 49b0288f authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

WRN: signed-unsigned on wavelets

parent fb99d20b
Branches
Tags
No related merge requests found
...@@ -813,7 +813,7 @@ WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, INVERSE > ...@@ -813,7 +813,7 @@ WaveletFilterBank< TInputImage, TOutputImage, TWaveletOperator, INVERSE >
lowPassOperator.SetUpSampleFactor( this->GetUpSampleFilterFactor() ); lowPassOperator.SetUpSampleFactor( this->GetUpSampleFilterFactor() );
lowPassOperator.CreateDirectional(); lowPassOperator.CreateDirectional();
long int radius [ InputImageDimension ]; typename InputImageRegionType::SizeType radius;
radius[0] = lowPassOperator.GetRadius()[0]; radius[0] = lowPassOperator.GetRadius()[0];
HighPassOperatorType highPassOperator; HighPassOperatorType highPassOperator;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment