From: Davidmh <dav...@gm...> - 2010-06-22 03:06:32
|
On Tue, Jun 22, 2010 at 4:44 AM, Alec Bennett <wry...@gm...> wrote: > I'm trying to make a simple anaglyph composite image. I have the two source > images, and I'd like to produce a single 3d image. I don't understand what do you want. Do you mean that you have already two pictures and you want to put them together, one red and another blue? For this business, an image processing software will do easily. If, on the other hand, you want to create the scene from spheres and boxes, like any standard VPython scene, yes, you can convert it into an anaglyph trivially. If you have two pictures and you want to build up the 3D scene from them, you will need bigger cannons. It is possible (even with only one image! * ), but not easy. Cheers, David. * http://make3d.cs.cornell.edu/ |