MATLAB equivalent of the python command scipy.ndimage.zoom()
Ältere Kommentare anzeigen
I am converting a python code to MATLAB, and for downsizing an image, in python the scipy.ndimage.zoom command has been used. Just wondering if there is an equivalent command for it in MATLAB or how to replicate it in MATLAB.
The code I am trying to convert is an image reconstruction code from
I tried using resize() command but it doesn't perform the same functionality as the python zoom command, so are the MATLAB zoom() commands I guess, so stuck in a crossroad. Any help would be appreciated :).
Thanks in advance
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Call Python from MATLAB finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!