MATLAB equivalent of the python command scipy.ndimage.zoom()

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

 採用された回答

Cris LaPierre
Cris LaPierre 2020 年 12 月 19 日

0 投票

Have you looked into imresize?

1 件のコメント

SRPSDSHS
SRPSDSHS 2020 年 12 月 20 日
Yes, it does work. Thanks a lot.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeStartup and Shutdown についてさらに検索

製品

リリース

R2019b

タグ

質問済み:

2020 年 12 月 19 日

コメント済み:

2020 年 12 月 20 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by