make a 2D image as a 3D image
6 次查看(过去 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 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Convert Image Type 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!