@@ -255,8 +255,8 @@ MorphologicalContourInterpolator< TImage >::Dilate1( typename BoolSliceType::Poi
255
255
thread_local bool initialized = false ;
256
256
thread_local typename CrossDilateType::Pointer crossDilator = CrossDilateType::New ();
257
257
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;
260
260
using AndFilterType = AndImageFilter< BoolSliceType, BoolSliceType, BoolSliceType >;
261
261
thread_local typename AndFilterType::Pointer andFilter = AndFilterType::New ();
262
262
@@ -1309,7 +1309,7 @@ MorphologicalContourInterpolator< TImage >::InterpolateBetweenTwo( int axis, TIm
1309
1309
--iCounts[p->first ];
1310
1310
--jCounts[p->second ];
1311
1311
pairs.erase ( p++ );
1312
- } // M-to-1
1312
+ } // M-to-1
1313
1313
else if ( jCounts[p->second ] == 1 ) // 1-to-N
1314
1314
{
1315
1315
for ( auto rest = pairs.begin (); rest != pairs.end (); ++rest )
@@ -1537,7 +1537,7 @@ MorphologicalContourInterpolator< TImage >::GenerateData()
1537
1537
this ->InterpolateAlong ( a, m_Output, a / float ( TImage::ImageDimension ), ( a + 1 ) / float ( TImage::ImageDimension ) );
1538
1538
}
1539
1539
}
1540
- } // interpolate along all axes
1540
+ } // interpolate along all axes
1541
1541
else // interpolate along the specified axis
1542
1542
{
1543
1543
this ->InterpolateAlong ( m_Axis, m_Output, 0 .0f , 1 .0f );
0 commit comments