Hi Joel,<div><br></div><div>Aliasing artifacts appear only with nearest neighbor interpolation. Linear interpolation should be enough to avoid them (higher order interpolations also). And by doing a low-pass filtering, you are effectively destroying part of information in the image. However, depending on what will you be doing next with that image, low-pass filter might be justified.</div>
<div><br></div><div>Regards,</div><div>Dženan<br><br><div class="gmail_quote">On Fri, Jun 11, 2010 at 13:08, Joel Schaerer <span dir="ltr">&lt;<a href="mailto:joelthelion@laposte.net">joelthelion@laposte.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
Hi Dan,<br>
<br>
Thanks for your answer. I&#39;ve already looked at that paper, but it only<br>
considers the choice of the interpolation function. My understanding is that<br>
for image downsampling, regardless of the interpolation function you use,<br>
you have to apply a low-pass filter to the image prior to resampling in<br>
order to avoid aliasing effects. My question is about this low-pass<br>
filtering step, not the interpolation function.<br>
<div class="im"><br>
<br>
<br>
Dan Mueller-2 wrote:<br>
&gt;<br>
&gt; Hi Joel,<br>
&gt;<br>
&gt; You may be interested in the following paper:<br>
&gt;<br>
&gt; <a href="http://www.imagescience.org/meijering/publications/download/miccai1999.pdf" target="_blank">http://www.imagescience.org/meijering/publications/download/miccai1999.pdf</a><br>
&gt; @inproceedings{Meijering1999a,<br>
&gt;    Author = {E. Meijering and W. Niessen and J. Pluim and M. Viergever},<br>
&gt;    Title = {Quantitative Comparison of Sinc-Approximating Kernels for<br>
&gt; Medical Image Interpolation},<br>
&gt;    Booktitle = {Proceedings of Medical Image Computing and<br>
&gt; Computer-Assisted Intervention (MICCAI)},<br>
&gt;    Page = {210--217},<br>
&gt;    Publisher = {Springer},<br>
&gt;    Volume = {1679},<br>
&gt;    Year = {1999}<br>
&gt; }<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
</div><font color="#888888">--<br>
View this message in context: <a href="http://old.nabble.com/What-is-the-*correct*-way-to-downsample-an-image-with-ITK--tp28853063p28853782.html" target="_blank">http://old.nabble.com/What-is-the-*correct*-way-to-downsample-an-image-with-ITK--tp28853063p28853782.html</a><br>

</font><div><div></div><div class="h5">Sent from the ITK - Users mailing list archive at Nabble.com.<br>
<br>
_____________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
</div></div></blockquote></div><br></div>