dipaco / balu-python

Python implementation of Balu Toolbox by Domingo Mery (http://dmery.ing.puc.cl/index.php/balu/)
Other
5 stars 2 forks source link

scipy.misc.imresize produces different results than imresize on python #1

Open dipaco opened 8 years ago

dipaco commented 8 years ago

Scipy's imresize takes (by preference) integers and returns always integers delivering differente results than matlab version.

Also this happens:

[...]Bfx_fourier.py:60: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future A = imresize(x[0:N2, 0:M2], (n, m))

some options: