convert "single" 2D image to 3D volume
4 次查看(过去 30 天)
显示 更早的评论
Hello there,
I have a single 2D image and I want to convert it to a 3D volume of faces and vertices.
Then exprot it to use it in another rendering software.. ex. unity, real engine.
How this can be solved?
an example image is attached.
3 个评论
Rik
2019-7-28
It's going to be very difficult to get a 3D model. The most you're going to get with basic native Matlab tools is a flat mesh for each color.
You need a method to determine depth. You can start in the field of computer vision. The question you're asking is large enough to be a masters project, if not larger. It might be easy for a human to estimate a 3D shape from a 2D image, but for computers it is a complex task.
I know just enough of this field to tell you that you will have a lot of work to do, and I will not be able to help you with this.
回答(1 个)
Steven Lord
2019-7-28
Suppose you have a picture from directly above the object, and all you see a black square. Is the object:
- A table with four legs in the corners but open space between the legs?
- A desk with one wall open but the other three solid walls?
- An overturned trash can with four solid walls but a hollow interior?
- A solid cube of material with no open space below the square?
To me each of those seem consistent with the one picture you have. Without more information you can't distinguish those four.
5 个评论
Sushmitha Kudari
2020-4-21
Can you please share how you were able to genereate this image from a 2D image
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 3-D Volumetric Image Processing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!