2D image to 3D image
1 回表示 (過去 30 日間)
古いコメントを表示
Mohan Prasath Thirumalaisamy
2013 年 1 月 3 日
コメント済み: sonu pandey
2018 年 8 月 25 日
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
2018 年 8 月 25 日
Please see this link https://matlabcastor.blogspot.com/2018/03/matlab-program-to-convert-2d-image-to.html
採用された回答
Walter Roberson
2013 年 1 月 3 日
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Image Processing Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!