strawlab / pymvg

Python Multi-View Geometry
http://pymvg.readthedocs.org/
Other
88 stars 18 forks source link

Multiple 2D points to a single 3D point #4

Open TTheisen opened 4 years ago

TTheisen commented 4 years ago

How would I supply a 2-d point (x,y) from multiple cameras overlooking a similiar area to get a single 3D point in space?

astraw commented 4 years ago

Have you seen this example?

TTheisen commented 4 years ago

I have seen that example. I have a few additional question in the build_example_system function.

Can you define what the variables center, lookat, and (up/angle) represent.

Attached my script.

By the way I have the camera centers and angles setup I would expect camera 0 to return higher values for x than it does, and likewise, I would expect camera 1 to return lower values for x than it does. Such that they are 'pointing' at 3d point.

pymvg_q.txt