<div dir="ltr"><div>Hi All,<br><br>We use vtkImageResample/vtkImageReslice (from vtk 5.8.1) quite a lot here, and I've noticed a strange behavior.</div><div><br>If we down sample a volume by a factor of 2 in all 3 directions, the output image will be the exact same if we use a nearest neighborhood, linear or cubic interpolation. There seems to be no interpolation at all if the reduction factor is a power of two. </div>

<div>If the reduction factor is set to 2.00001, the interpolation is performed correctly when asked for linear or cubic.</div><div><br></div><div>Is this an intended behavior ? </div><div><br></div><div>After some debugging : </div>

<div>In the file vtkImageReslice.cxx, method vtkTricubicInterpCoeffs (line 1503)  with a power of 2 factor we always fall back to the part with the comment // no interpolation (line 1510), but I don't understand why.</div>

<div><br>And last question : there is a new vtkImageResize that was introduced in vtk 5.10, will the behavior be the same ?<br><br>Thanks for your help<br><br>-Simon<br><br><br></div>-- <br>------------------------------------------------------------------<br>

Simon Esneault<div>13 rue Vasselot<br>35000 Rennes, France<br>Tel : 06 64 61 30 94<br>Mail : <a href="mailto:simon.esneault@gmail.com" target="_blank">simon.esneault@gmail.com</a><br>------------------------------------------------------------------</div>


</div>