• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Stereoscopy

kevinthenerd

Platinum Member
Theoretically, it's possible to produce a partial 3D image from a set of two pictures taken at slightly different locations of the same subject. Your brain does it every day. Could someone point me in the direction of a program that is capable of producing a 3D model from a set of pictures or help me design one?
 
It is possible. You need ot know where the pictures where taken from and then cast rays "through" the pictures untill the rays intercect. Kinda hard to explain.
 
This is stereo vision and there are several well known algorithms that can be used to handle it. The classic one would be the Pogoli-Marr Algorithm. Also, the PMF algorithm is very popular.
 
Back
Top