convert 2D image to 3D image please

95 次查看(过去 30 天)
please how can I plot a 3D image using a 2D image. Please I need the code thankyou
  2 个评论
Sai Bhargav Avula
Sai Bhargav Avula 2019-10-30
Can you some more details like the number of slices you have or what assumptions can be considered while converting
kay christopher
kay christopher 2019-10-30
编辑:kay christopher 2019-10-30
it just a 2D photo of a bubble in a micro-channel I want to plot in 3D to extract the volum of the bubble thank you so much for your assistance.

请先登录,再进行评论。

回答(2 个)

Sai Bhargav Avula
Sai Bhargav Avula 2019-10-30

Sai Bhargav Avula
Sai Bhargav Avula 2019-10-31
Since you have a single image of the bubble to get the 3D volume, you need to stack them together.
One way to stack them is as following
Image3D = repmat(Image2D, 1, 1, NumberOfLayers);
If you can get different images then you can use
Image3D = cat(3, Image2D1, Image2D2, Image2D3, ...);
  1 个评论
kay christopher
kay christopher 2019-10-31
it is giving me another plot wish is notthing to do with my picture. please can you send me the full code at 7christopherkay@gmail.com.

请先登录,再进行评论。

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by