Feature/bundle adjustment
We add a full bundle adjustment implementation.
Landmarks are homogeneous 3D points.
Factors are a new class called FactorPixelHP, which associates a pixel to one homogeneous point (HP).
The processor uses OpenCV with detector/descriptor/matcher configurable via YAML.
Edited by Joan Solà Ortega
Merge request reports
Activity
Filter activity
added 7 commits
-
2d153257...04028e8b - 6 commits from branch
devel
- 92684819 - Merge remote-tracking branch 'origin/devel' into feature/bundle_adjustment
-
2d153257...04028e8b - 6 commits from branch
added 1 commit
- 63aa5e78 - Fix pinhole_tools.h include and organize includes
added 1 commit
- fdfe144c - Fix cmake creating folder 'vision' instead of 'plugin_vision'
added 11 commits
- 222cb3b6 - Add demo bundle adjustment
- ef211f70 - params for demo bundle adjustment
- ebbe4c1d - Add demo bundle adjustment
- 740f7343 - Suggest (commented) alternative correction model. Keep original one.
- 9bc84c48 - Improve processor bundle adj.
- 3c7d08ce - fix int type
- e00aa392 - use correction model 1 unit larger than distortion model
- a6dcb696 - Add test for complete BA
- ac08feed - Update test processor BA
- e6a6e9fe - Add opencv libs to demo BA
- 0bdf4b49 - Merge branch 'feature/bundle_adjustment' of...
Toggle commit listadded 1 commit
- 5c68270f - Fix test processor BA (emplace related issue)
added 6 commits
-
c45703ab...b5db7ffd - 5 commits from branch
devel
- 734ad85e - Merge branch 'devel' into feature/bundle_adjustment
-
c45703ab...b5db7ffd - 5 commits from branch
added 2 commits
added 12 commits
-
9d3a326e...1eba1a69 - 2 commits from branch
devel
- 9fa07437 - Merge branch '4-adapt-to-new-emplace-api' into adapt-emplace-BA
- 0e23bf8a - opencv error in gtest_bundle_adjustment
- 1ea5c365 - Detect all good kp in a cell
- ba0224bd - Emplace factors and landmarks depending on the track length
- 2a3a644b - Do not delete landmarks at post process
- 98bed310 - Debugging processor BA
- f44db5c7 - Add lmk id to 2D visualization
- 94048885 - Remove lmks from lost tracks with only one factor
- c456222f - Change demo BA parametrers
- db8e857a - Adapt changes in process()
Toggle commit list-
9d3a326e...1eba1a69 - 2 commits from branch
added 6 commits
-
db8e857a...f08b8fbc - 5 commits from branch
devel
- e3144bce - after merge
-
db8e857a...f08b8fbc - 5 commits from branch
Please register or sign in to reply