Hi,I am going to get set of images in 2D. First i need to fix the size of images to 32*32 and then i need to add one more Dimension (Time) to the image. so it will be 3D. How to assign the image the 32*32?

댓글 수: 1

sonu pandey
sonu pandey 2018년 8월 25일
Please see this link https://matlabcastor.blogspot.com/2018/03/matlab-program-to-convert-2d-image-to.html

댓글을 달려면 로그인하십시오.

 채택된 답변

Walter Roberson
Walter Roberson 2013년 1월 3일

0 개 추천

imresize()
How are you planning to display the constructed series? The animation tools usually use (X, Y, [RGB], Time] so you might find yourself better off constructing a 4D array in which the 3rd dimension is size 1 (one color plane)

추가 답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by