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

Back projecting a part of a point cloud to the photos that contributed to it. #2286

Open
grahambates-code opened this issue Jan 19, 2024 · 1 comment

Comments

@grahambates-code
Copy link

I am a relative novice to this field, so was wondering if anyone could spell out to me both the feasibility and method required to generate a point cloud from a folder of photos, and then , from the input of a camera position and direction looking at the point cloud, generate a list of the photos that contributed to that part of the point cloud?

@pmoulon
Copy link
Member

pmoulon commented Jan 20, 2024

Yes this is doable.

  1. Run OpenMVG on your image folder
  2. Parse the sfm_data.bin/json file to get 3d points visibility per image
  3. Given an image of a selection of the point cloud sample the image that see that

Hardest part is to make the point cloud selector

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

2 participants