
May 30, 2012
5:31 a.m.
On Tue, May 29, 2012 at 4:17 PM, Robert Jördens <jordens@gmail.com> wrote:
Point taken. IDL and some other toolkits I had a look at defaulted to nearest neighbor. It might be good to have the option of choosing the interpolation method in skimage.
At the moment we make use of an accelerated linear interpolation routine to speed things up, but we could default to ndimage for higher orders--it'll just be quite a bit slower. Stéfan