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

4 vues (au cours des 30 derniers jours)
D.Regan
D.Regan le 10 Oct 2017
I tried imresize but i need resize of increase in rows & columns by 1. i.e from 511*511 to 512*512.

Réponse acceptée

Andrei Bobrov
Andrei Bobrov le 10 Oct 2017
imresize(your_image,512/511)

Plus de réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by