Tagged Questions
3
votes
1answer
105 views
What's the best depth map generation algorithm?
I'm into a 2D-to-3D application project and I'm looking for a method to produce the depth map of a single input image, without other external informations. I know that's a sort of "artificial ...
1
vote
3answers
268 views
3D-Anaglyph creation algorithm, using depth map image: where to find?
I'm looking for a generic algorithm to calculate a red/cian anaglyph starting from the original image and his b/w depth map (example: ...
0
votes
1answer
321 views
How does this work in computing the depth map?
From this site: http://www.catalinzima.com/?page%5Fid=14
I've always been confused about how the depth map is calculated.
The vertex shader function calculates position as follows:
...