Hi,
How to change normal image to 3d image using c# code?
Thanks and regards,
Puneeth
Loading
Hi,
How to change normal image to 3d image using c# code?
Thanks and regards,
Puneeth
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Moneer HabashPosted Sep 11, 2014, 2:24 AM
I think Jaganathan means can't. And this is true because normal 2D images has only X & Y axes of the image. In order to create a 3D image, you will need to have a number of the images in order to create the Z axes.
Certain images such as medical images usually contain multi-frame images which will enables you to create 3D objects from a collection of related images. One of the sdks that does this is called lead tools. Here is a video to further explain how to do it:
http://www.leadtools.com/videos/playvideo.asp?id=7
Jaganathan BantheswaranPosted Dec 14, 2013, 3:35 AM
You can convert 2D to 3D. Because, you dont have enough dimension i.e 3rd dimension on the 2D image.
But you create 3D image using C#. Here is the article.