Skip to content
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 two SfM papers with symmetry and Manhattan constraints #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- [Hierarchical SfM](#papers-sfm-hierarchical)
- [Multi-Stage SfM](#papers-sfm-multi-stage)
- [Non Rigid SfM](#papers-non-rigid-sfm)
- [Constrained SfM](#papers-constrained-sfm)
<br/><br/>
- [Viewing graph optimization](#papers-sfm-graph)
- [Unordered feature tracking](#papers-sfm-tracking)
Expand Down Expand Up @@ -174,6 +175,14 @@ R. Shah, A. Deshpande, P. J. Narayanan. 3DV 2014. -> [Multistage SFM: A Coarse-t

[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-constrained-sfm"></a>
### Constrained SfM
[Symmetric Non-Rigid Structure from Motion for Category-Specific Object Structure Estimation](https://arxiv.org/abs/1609.06988). Y. Gao, A. Yuille. ECCV 2016.

[Exploiting Symmetry and/or Manhattan Properties for 3D Object Structure Estimation from Single and Multiple Images](https://arxiv.org/abs/1607.07129). Y. Gao, A. Yuille, CVPR 2017.

<a name="papers-sfm-graph"></a>
### Viewing graph optimization

Expand Down