Tagged Questions

9
votes
10answers
5k views

How do I reverse-project 2D points into 3D?

I have 4 2D points in screen-space, and I need to reverse-project them back into 3D space. I know that each of the 4 points is a corner of a 3D-rotated rigid rectangle, and I know the size of the ...
2
votes
2answers
476 views

How can I stitch together many images to provide a 3D immersive experience like Photosynth?

I'd like to create a Photosynth like experience that allows a user to navigate around a virtual environment from a collection of many pictures. For this project I'm limited to using WPF / .NET to ...
1
vote
3answers
276 views

Dense pixelwise reverse projection

I saw a question on reverse projecting 4 2D points to derive the corners of a rectangle in 3D space. I have a kind of more general version of the same problem: Given either a focal length (which can ...
0
votes
1answer
126 views

for a 3x3 camera matrix, could skew factor be negative?

for a 3x3 camera matrix, could skew factor be negative? assume the camera matrix is in the form : [fx s u0] [0 fy v0] [0 0 1 ] could s be negative?