You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Use scikit-Image or openCV
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: