Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What data i will need to get real world cordinates of object in a new image ? #2

Open
arun121cs opened this issue Oct 3, 2018 · 2 comments

Comments

@arun121cs
Copy link

No description provided.

@GSORF
Copy link

GSORF commented Mar 29, 2019

Hi,

using two view reconstruction it is only possible to reconstruct the 3D points up to an arbitrary / unknown scale.

In order to do that you need a calibrated camera (otherwise you would get a projective transformation instead of a euclidean / metric), corresponding points in both images and then you can use the code in https://github.com/alyssaq/3Dreconstruction/blob/master/example.py directly to triangulate your points.

@alyssaq : Thank you for providing your source code. Btw, what is the license?

@alyssaq
Copy link
Owner

alyssaq commented Apr 1, 2019

MIT 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants