mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 18:15:06 +08:00
b90ba783ef
Of the interpolation methods provided by scipy.interpolate.interp1d, only cubic has been found to work well with the tests in skimage (other methods are either identical to linear or nearest, or they produce bad reconstructions).