The projective-geometry tag has no wiki summary.
9
votes
2answers
1k views
Extract projective homography from two Kinect depth maps
Given two consecutive 3D point clouds 1 and 2 (not the whole cloud, say 100 points selected from the cloud with OpenCV's GoodFeaturesToMatch), obtained from a Kinect depthmap, I want to compute ...
9
votes
1answer
428 views
Is there an algorithm for solving such projection reconstruction geometric problem?
We have a grid with red squares on it. Meaning we have an array of 3 squares (with angles == 90 deg) which as we know have same size, lying on the same plane and with same rotation relative to 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
6answers
3k views
Normal Vector of Three Points
Hey math geeks, I've got a problem that's been stumping me for a while now. It's for a personal project.
I've got three dots: red, green, and blue. They're positioned on a cardboard slip such that ...
5
votes
1answer
366 views
How can I project an arbitrary plane identified by 4 points onto a 2d plane?
The issue we are trying to solve the issue of locating a point in two different representations of a plane. The first plane we have is rotated to create perspective; the second is a 2d view of that ...
3
votes
2answers
182 views
Finding Projection and z distance
I have an image that represents a projection. I am going to explain the problem with an example:
In the screen, there is a line from one point E(100,200) to another point
H (150,100). A ...
3
votes
0answers
164 views
Rectify perspective image of planar structure given the normal vector of the plane and viewing direction of the camera
I have taken images of the facade of a building under multiple view points. Then I use bundler to reconstruct the 3D point cloud of the building. Then I use a RANSAC method to find the plane of the ...
2
votes
2answers
437 views
How to compute Aspect angle
I have many 3D planes. The thing that I need to know is the way of computing aspect angle.
I hope, I can compute the aspect angle by using the projected normal vector of each plane (my plane equation ...
2
votes
1answer
651 views
Howto project a planar polygon on a plane in 3d-space
I want to project my Polygon along a vector to a plane in 3d Space. I would preferably use a single transformation matrix to do this, but I don't know how to build a matrix of this kind.
Given
the ...
2
votes
1answer
315 views
What is projective geometry and cross ratio in computer vision?
Please explain a layman's way. I was reading this tutorial http://lear.inrialpes.fr/people/triggs/pubs/isprs96/node27.html but i am not able to understand.
1
vote
1answer
106 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 ...
1
vote
1answer
168 views
2d to 3d - how to wrap a drawing around a cylinder
I have drawings (arrays of points with x and y coordinates) that are rotated in 3d space:
http://www.motiondraw.com/md/as_samples/Testing/_mindreader/main.html
As it is now, the drawing looks as if ...
1
vote
1answer
186 views
How to get rotation angles of Image Plane relative to the World Plane?
So we have such situation:
In this illustration, the first quadrilateral is shown on the Image Plane and the second quadrilateral is shown on the World Plane. [1]
In my particular case the Image ...
1
vote
0answers
691 views
Projection matrix + world plane ~> Homography from image plane to world plane
I think I have my wires crossed on this, it should be quite easy.
I have a projection matrix from world coordinates to image coordinates (4D homogeneous to 3D homgeneous), and therefore I also have ...
0
votes
0answers
164 views
Determining spatial coordinates of points in space from a photo given some information
I would like to know if it is possible to determine the coordinates of some points in space from a photograph where I know the coordinates of some other nearby points. The relationship between these ...