Create a 3D Mesh from a 2D image!![Concept Required]

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
abhishekdey1985
Posts: 102
Joined: Sat Jan 17, 2009 4:33 am
Location: Pune
Contact:

Create a 3D Mesh from a 2D image!![Concept Required]

Post by abhishekdey1985 »

Hi,

How can we create a 3D Mesh from a 2D region drawn by a user from an Image?

Few interesting Links i found on net...
http://www.rsi.gmbh.de/photomodeler_e.htm
http://www.techcrunch.com/2008/02/27/ma ... -3d-model/

Please discuss the concepts here!!

Thanx!!
I work on "The Best Real-Time 3D Engine"
torleif
Posts: 188
Joined: Mon Jun 30, 2008 4:53 am

Post by torleif »

There are different methods for generating 3d maps from 2d data. The first and easiest is to use stereoscopic data, a method that compares two images in order to generate a depth field, which in turn can be used to make a 3d mesh

More complicated methods involve overlaying many basic shapes over the image and picking out models that best suit the image.

There are also software packages that can take video data and estimate the position of the camera. I'm not too sure about the details, but this data could also be used to generate a depth field
devsh
Competition winner
Posts: 2057
Joined: Tue Dec 09, 2008 6:00 pm
Location: UK
Contact:

Post by devsh »

I think stereoscopy in the way to go

But have a look at OpenCV it's really good and might be some use

I would personally prefer a height map to extrude bits of the mesh, like in blender!
abhishekdey1985
Posts: 102
Joined: Sat Jan 17, 2009 4:33 am
Location: Pune
Contact:

Post by abhishekdey1985 »

I also came around something called as anaglyphs. How anaglyphs can be helpful in this case?
I work on "The Best Real-Time 3D Engine"
Post Reply