Python Forum

Full Version: which order for bicubic interpolation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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