Clear Filters
Clear Filters

imresize matrix of images

4 views (last 30 days)
Rafi Kandli
Rafi Kandli on 24 Oct 2017
Answered: Image Analyst on 24 Oct 2017
I have a matrix of images. I want to resize all images to same size. how i do this?

Answers (2)

Walter Roberson
Walter Roberson on 24 Oct 2017
Potentially imresize3(), depending on what kind of matrix you have and whether you want to allow adjacent images to contribute to the information.

Image Analyst
Image Analyst on 24 Oct 2017
What does a "matrix of images" mean to you? Do you mean you loaded lots of images into a cell array?
Have you tried imresize()?

Categories

Find more on Images in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!