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

Use lidar as constraints in sfm #1803

Merged
merged 16 commits into from
Jan 20, 2025
Merged

Use lidar as constraints in sfm #1803

merged 16 commits into from
Jan 20, 2025

Conversation

servantftechnicolor
Copy link
Contributor

@servantftechnicolor servantftechnicolor commented Jan 10, 2025

This PR add a set of features to enable use of lidar measures as smooth constraints on the landmark positions.

  • Assumes one frame of the sequence is correclty aligned with the lidar geometric frame.
  • Assumes the camera calibration is fully and precisely known.
  • Use Mesh generated from lidar to fetch 3D point for a given 2D landmark by point back projection.

Related Meshroom pull request: alicevision/Meshroom#2642

src/aliceVision/mesh/MeshIntersection.hpp Outdated Show resolved Hide resolved
src/aliceVision/mesh/MeshIntersection.hpp Outdated Show resolved Hide resolved
src/software/pipeline/main_sfmExpanding.cpp Outdated Show resolved Hide resolved
src/software/pipeline/main_sfmExpanding.cpp Outdated Show resolved Hide resolved
src/aliceVision/sfmData/SfMData.hpp Outdated Show resolved Hide resolved
src/aliceVision/sfmData/SfMData.hpp Outdated Show resolved Hide resolved
src/aliceVision/sfmData/SfMData.hpp Outdated Show resolved Hide resolved
src/software/export/main_exportMatches.cpp Outdated Show resolved Hide resolved
src/software/export/main_exportMatches.cpp Outdated Show resolved Hide resolved
cbentejac
cbentejac previously approved these changes Jan 17, 2025
@cbentejac cbentejac merged commit ce3c1e1 into develop Jan 20, 2025
4 of 5 checks passed
@cbentejac cbentejac deleted the dev/sfmLidar branch January 20, 2025 10:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants