[SciPy-Dev] sum_angle() and sum_polar() functions

Stéfan van der Walt stefan at sun.ac.za
Wed May 30 01:31:11 EDT 2012


On Tue, May 29, 2012 at 4:17 PM, Robert Jördens <jordens at 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



More information about the SciPy-Dev mailing list