Python Forum
which order for bicubic interpolation - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Data Science (https://python-forum.io/forum-44.html)
+--- Thread: which order for bicubic interpolation (/thread-7795.html)



which order for bicubic interpolation - biba - Jan-25-2018

Hi
For downsampling the size of my input images I use "scipy.ndimage.interpolation.zoom" which takes the argument "order" to specify the order of the spline interpolation. I need a bicubic interpolation. Do you know what order this is? I could not find a reference.ΒΆ
Thank you already