Skip to content

Conversation

@ahojnnes
Copy link
Contributor

@ahojnnes ahojnnes commented Dec 16, 2024

  • Use nth_element instead of sort for faster ordering.
  • Normalize in double precision to better handle large coordinates (e.g., GPS).
  • Use Eigen's AlignedBox instead of pair of Vector3d for bbox.
  • Extract bbox and centroid computation into reusable geometry module function. Add some more tests.

@ahojnnes ahojnnes requested a review from sarlinpe December 16, 2024 12:57
@ahojnnes ahojnnes enabled auto-merge (squash) December 16, 2024 15:22
@ahojnnes ahojnnes merged commit d7951aa into main Dec 16, 2024
16 checks passed
@ahojnnes ahojnnes deleted the user/jsch/refactor-reconstruction-normalization branch December 16, 2024 15:50
HernandoR pushed a commit to HernandoR/colmap that referenced this pull request Dec 30, 2024
…ap#3047)

* Use nth_element instead of sort for faster ordering.
* Normalize in double precision to better handle large coordinates
(e.g., GPS).
* Use Eigen's AlignedBox instead of pair of Vector3d for bbox.
* Extract bbox and centroid computation into reusable geometry module
function. Add some more tests.
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

Successfully merging this pull request may close these issues.

3 participants