how can i make 3d image from 2d slices ?

5 ビュー (過去 30 日間)
Sally Sakr
Sally Sakr 2022 年 1 月 23 日
コメント済み: Sally Sakr 2022 年 1 月 23 日
hi, how can i make 3d image from 5 slices of 2d images (rgb) ?
i tried cat command but when i wrote imshow to show the resulted image it tell that there was an error in this command (imshow) so what shall i do ?
this is what appeared ;
Error in imshow (line 253)
images.internal.imageDisplayParseInputs({'Parent','Border','Reduce'},preparsed_varargin{:});
  3 件のコメント
KALYAN ACHARJYA
KALYAN ACHARJYA 2022 年 1 月 23 日
Please see the multi-dimensional array.
What does 2D & 3D images mean? You may consider the multiple depth layer in 3d array with individual slices.
Sally Sakr
Sally Sakr 2022 年 1 月 23 日
@Matt J I mean that the images that I have are colored 2d images, I only try to get a 3d image from 5 slices

サインインしてコメントする。

採用された回答

Matt J
Matt J 2022 年 1 月 23 日
編集済み: Matt J 2022 年 1 月 23 日
imshow is for displaying 2D images. For 3D images (grayscale), you could use volumeViewer.

その他の回答 (0 件)

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by