@@ -255,8 +255,8 @@ MorphologicalContourInterpolator< TImage >::Dilate1( typename BoolSliceType::Poi
255255 thread_local bool initialized = false ;
256256 thread_local typename CrossDilateType::Pointer crossDilator = CrossDilateType::New ();
257257 thread_local typename BallDilateType::Pointer ballDilator = BallDilateType::New ();
258- thread_local CrossStructuringElementType crossStructuringElement;
259- thread_local BallStructuringElementType ballStructuringElement;
258+ thread_local CrossStructuringElementType crossStructuringElement;
259+ thread_local BallStructuringElementType ballStructuringElement;
260260 using AndFilterType = AndImageFilter< BoolSliceType, BoolSliceType, BoolSliceType >;
261261 thread_local typename AndFilterType::Pointer andFilter = AndFilterType::New ();
262262
@@ -1309,7 +1309,7 @@ MorphologicalContourInterpolator< TImage >::InterpolateBetweenTwo( int axis, TIm
13091309 --iCounts[p->first ];
13101310 --jCounts[p->second ];
13111311 pairs.erase ( p++ );
1312- } // M-to-1
1312+ } // M-to-1
13131313 else if ( jCounts[p->second ] == 1 ) // 1-to-N
13141314 {
13151315 for ( auto rest = pairs.begin (); rest != pairs.end (); ++rest )
@@ -1537,7 +1537,7 @@ MorphologicalContourInterpolator< TImage >::GenerateData()
15371537 this ->InterpolateAlong ( a, m_Output, a / float ( TImage::ImageDimension ), ( a + 1 ) / float ( TImage::ImageDimension ) );
15381538 }
15391539 }
1540- } // interpolate along all axes
1540+ } // interpolate along all axes
15411541 else // interpolate along the specified axis
15421542 {
15431543 this ->InterpolateAlong ( m_Axis, m_Output, 0 .0f , 1 .0f );
0 commit comments