How to resize image of 511*511 to 512*512 in matlab?

3 ビュー (過去 30 日間)
D.Regan
D.Regan 2017 年 10 月 10 日
回答済み: Andrei Bobrov 2017 年 10 月 10 日
I tried imresize but i need resize of increase in rows & columns by 1. i.e from 511*511 to 512*512.

採用された回答

Andrei Bobrov
Andrei Bobrov 2017 年 10 月 10 日
imresize(your_image,512/511)

その他の回答 (0 件)

Community Treasure Hunt

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

Start Hunting!

Translated by