-
Notifications
You must be signed in to change notification settings - Fork 832
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
base: master
Are you sure you want to change the base?
Conversation
I am not sure about the title or category. Maybe something like Line-based Pose Estimations? Please give some suggestions. Or could you help placing the new items into the right place if possible? |
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.
Thanks @autosquid
I think it's a good start. I'm not sure about the category too.
Perhaps Line Based Multiple View Geometry
will be better since papers are more often about pose estimation.
We also need to add some references about line matching (since without correspondences all those method will not work).
Those two come to my mind:
- Automatic Line Matching across Views. Cordelia Schmid and Andrew Zisserman
- Robust line matching through line–point invariants. Bin Fan , Fuchao Wu, Zhanyi Hu
|
||
[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.. |
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 .
|
||
[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 comment
The reason will be displayed to describe this comment to others. Learn more.
.. at the end => change it to .
|
||
[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.. | ||
|
||
[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 comment
The reason will be displayed to describe this comment to others. Learn more.
.. at the end => change it to .
adding line-based pose estimation/sfm papers. This is related to openMVG/openMVG#897