Is is possible to perform 3D triangulation on two sets of 2D data without knowing camera parameters?
Show older comments
Hi all,
I am tracking the movement of an object inside a cube using two cameras - one above and one side-on.
I need to recreate the 3D path of this object in world coordinates however I can't use checkerboards etc to calibrate the cameras because the tracking data is being processed by another piece of software which imposes its own origin on the data.
Is it possible to use something similar to Matlab's triangulate function but without access to camera matrices? perhaps using the corners of my cube instead somehow?
Thanks for any help,
Rod.
4 Comments
Walter Roberson
on 8 May 2015
Is the cube fixed position in the image? And fixed size? Could you post a sample?
I think it might be do-able provided you know the size of the cube. If it is cuboid rather than a true cube then it would get much more complicated in the situation where it also appears in different orientations (requiring that it be deduced which of the edges of the cube were being examined.)
Right Grievous
on 11 May 2015
Thomas Koelen
on 11 May 2015
May I ask why you are using a different software packing to do the tracking?
Right Grievous
on 11 May 2015
Answers (0)
Categories
Find more on MATLAB Support Package for USB Webcams in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!