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

Photo View (BSc Thesis) #187

Open
7 tasks
adam-ce opened this issue Feb 27, 2025 · 0 comments
Open
7 tasks

Photo View (BSc Thesis) #187

adam-ce opened this issue Feb 27, 2025 · 0 comments

Comments

@adam-ce
Copy link
Member

adam-ce commented Feb 27, 2025

We have a largish database of photos, georeferenced in Austria and we want to visualise them in the map. Once you zoom in, the photos should be displayed as billboards in 3d. you should be able to adjust the exact position, direction / rotation and fov, such that you can match it perfectly with the rendered terrain in the back. The adjustments should be written back to the database.

  • populate a postgis db with the images (move the images to a folder, and db has only the reference to its filename)
  • generate previews on the server (let chatgpt write a script that runs for all images)
  • fetch data using vector tiles and gets
  • display as previews (zoomed out) and billboards (zoomed in)
  • implement adjustment controls
  • implement db update (with permission key only, no user management! the permission key will be hardcoded for now, you only need to implement a minimal serverside script for the update)
  • Bonus: implement feature matching and compute the adjustments automatically
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

1 participant