Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
For more details and usage examples, see: https://colmap.github.io/rigs.html.
for improved speed in CPU-based feature matching and vocabulary tree-based image retrieval.
Bug Fixes
Breaking Changes
The reconstruction output contains two new files
rigs.{bin,txt}
andframes.{bin,txt}
.The database contains new tables:
rigs
,rig_sensors
,frames
,frames_data
.Reading from existing reconstructions and databases (without rigs/frames) is fully backwards
compatible and vice versa reading new reconstructions (with rigs/frames) using old code is
fully forwards compatible.
sensor_from_world = sensor_from_rig * rig_from_world
. Previously,image.cam_from_world
returned a reference to the pose parameters. Now it returns a copy of the pose composition:
image.cam_from_world() = image.frame.rig.sensor_from_rig(image.camera.sensor_id) * image.frame.rig_from_world
with the underlying pose parameters stored in the rig and frame objects.
downloaded, if no vocab_tree_path is provided, otherwise manual download and update required.
Full Change List (sorted temporally)
View the full release notes at https://github.com/colmap/colmap/releases/tag/3.12.0.