-
Notifications
You must be signed in to change notification settings - Fork 830
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
add line-based sfm papers #7
Open
autosquid
wants to merge
1
commit into
openMVG:master
Choose a base branch
from
autosquid:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,6 +21,7 @@ | |
- [Global SfM](#papers-sfm-global) | ||
- [Hierarchical SfM](#papers-sfm-hierarchical) | ||
- [Non Rigid SfM](#papers-non-rigid-sfm) | ||
- [Line-Base SfM](#papers-line-based-sfm) | ||
<br/><br/> | ||
- [Viewing graph optimization](#papers-sfm-graph) | ||
- [Unordered feature tracking](#papers-sfm-tracking) | ||
|
@@ -159,7 +160,32 @@ | |
|
||
[Robust Structure from Motion in the Presence of Outliers and Missing Data](http://arxiv.org/abs/1609.02638). G. Wang, J. S. Zelek, J. Wu, R. Bajcsy. 2016. | ||
|
||
<a name="papers-line-based-sfm"></a> | ||
|
||
### Line-Based SfM | ||
|
||
[Multiple View Geom.try in Computer Vision. Cambridge: Cambridge University Press](http://ebooks.cambridge.org/ref/id/CBO9780511811685). R. Hartley and A. Zisserman. 2004. | ||
|
||
[Extraction and pose recovery based on dominant rectangular structures matching](http://www.sciencedirect.com/science/article/pii/S1077314205000482). J. Košecká and W. Zhang. CVIU 2005. | ||
|
||
[Globally optimal pose estimation from line correspondences](http://ieeexplore.ieee.org/document/5980272/). F. M. Mirzaei and S. I. Roumeliotis. ICRA 2011.. | ||
|
||
[Line-based relative pose estimation](https://www.cs.rutgers.edu/{~}elgammal/pub/CVPR11{\_}Elqursh.pdf). A. Elqursh and A. Elgammal. CVPR 2011. | ||
|
||
[Robust and Efficient Pose Estimation from Line Correspondences](http://link.springer.com/10.1007/978-3-642-37431-9{\_}17). L. Zhang, C. Xu, K.-M. Lee, and R. Koch. ACCV 2012.. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. .. at the end => change it to . |
||
|
||
[Camera Pose Estimation from Lines using Plücker Coordinates](http://www.bmva.org/bmvc/2015/papers/paper045/index.html). B. Přibyl, P. Zemčík, and M. Čadik. BMVC 2015.. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. .. at the end => change it to . |
||
|
||
[Absolute Pose Estimation from Line Correspondences using Direct Linear Transformation](http://arxiv.org/abs/1608.06891). B. Přibyl, P. Zemčík, and M. Čadík. arxiv 2016. | ||
|
||
[Probabilistic approach for maximum likelihood estimation of pose using lines](http://digital-library.theiet.org/content/journals/10.1049/iet-cvi.2015.0099). X. Li, Y. Zhang, Y. Shang, and H. Liu. CVI 2016. | ||
|
||
[Robust and Accurate Line- and/or Point-Based Pose Estimation without Manhattan Assumptions](http://link.springer.com/10.1007/978-3-319-46478-7{\_}49). Y. Salaün, R. Marlet, and P. Monasse. ECCV 2016. | ||
|
||
[Pose Estimation from Line Correspondences: A Complete Analysis and a Series of Solutions](http://ieeexplore.ieee.org/document/7494617/). C. Xu, L. Zhang, L. Cheng, and R. Koch. TPAMI 2017. | ||
|
||
<a name="papers-sfm-graph"></a> | ||
|
||
### Viewing graph optimization | ||
|
||
[Skeletal graphs for efficient structure from motion](http://www.cs.cornell.edu/~snavely/projects/skeletalset/). N. Snavely, S. Seitz, R. Szeliski. CVPR 2008 | ||
|
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.. at the end => change it to .