Tagged Questions
The reverseprojection tag has no wiki summary.
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 ...
8
votes
6answers
2k views
proportions of a perspective-deformed rectangle
Given a 2d picture of a rectangle distorted by perspective:
I know that the shape was originally a rectangle, but I do not know its original size.
If I know the pixel coordinates of the corners in ...
7
votes
3answers
3k views
Reverse-projection 2D points into 3D
Suppose we have a 3d Space with a plane on it with an arbitary equation : ax+by+cz+d=0
now suppose that we pick 3 random points on that plane: (x0,y0,z0) (x1,y1,z1) (x1,y1,z1)
now i have a different ...
4
votes
4answers
1k views
Inverse 3D (triangle) projection
I have a 3D math problem which I just can't seem to solve.
I have data of 3 points. The data is a (2D) coordinate on a plane, floating somewhere in 3D space. I also know the (2D) coordinate of the ...
2
votes
1answer
987 views
reverse perspective projection
I'm using
worldview_inverse * (projection_inverse * vector)
to transform screen space coordinates into world space coordinates.
I assumed that
(x,y,1,1)
would transform to a point on the far ...
1
vote
1answer
99 views
Need some help to understanding the formula [closed]
This is pinhole camera model:
(I don't get, is there [R t], or (R, t))
This formula is translating the 3d coordinates of the point, to the 2d coordinates of a picture, which is obtained by pinhole ...