make a 2D image as a 3D image
1 回表示 (過去 30 日間)
古いコメントを表示
Hello every body. Is there any solution to convert a single 2D image to 3D image with z=0 ? I need to convert my 2D image to 3D image to compare it with a 3D volume.
Best Regards
0 件のコメント
採用された回答
Matt J
2019 年 5 月 29 日
You could replicate the 2D image to form multiple slices
image3D = repmat(image2D,1,1,n);
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!