Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dipaco opened this issue Aug 2, 2016 · 0 comments
Open

Comments

@dipaco
Copy link
Owner

dipaco commented Aug 2, 2016

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant