From 80f87fd5678c94d6178cfaf23613243a80f35e69 Mon Sep 17 00:00:00 2001 From: EthanYGao Date: Thu, 30 Nov 2017 15:11:30 +0800 Subject: [PATCH 1/2] add two SfM papers with symmetry and Manhattan constraints --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index df9543b..cf15c24 100755 --- a/readme.md +++ b/readme.md @@ -149,6 +149,8 @@ [Linear Global Translation Estimation from Feature Tracks](http://arxiv.org/abs/1503.01832) Z. Cui, N. Jiang, C. Tang, P. Tan, BMVC 2015. +[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. + ### Hierarchical SfM [Structure-and-Motion Pipeline on a Hierarchical Cluster Tree](http://www.diegm.uniud.it/fusiello/papers/3dim09.pdf). A. M.Farenzena, A.Fusiello, R. Gherardi. Workshop on 3-D Digital Imaging and Modeling, 2009. @@ -174,6 +176,8 @@ 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. +[Symmetric Non-Rigid Structure from Motion for Category-Specific Object Structure Estimation](https://arxiv.org/abs/1609.06988). Y. Gao, A. Yuille. ECCV 2016. + ### Viewing graph optimization From b0ee684253c37fc6659f30ddcede4ca37c4b9ed4 Mon Sep 17 00:00:00 2001 From: EthanYGao Date: Mon, 11 Dec 2017 15:52:55 +0800 Subject: [PATCH 2/2] move two papers to Constrained SfM --- readme.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index cf15c24..b6b9667 100755 --- a/readme.md +++ b/readme.md @@ -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)

- [Viewing graph optimization](#papers-sfm-graph) - [Unordered feature tracking](#papers-sfm-tracking) @@ -149,8 +150,6 @@ [Linear Global Translation Estimation from Feature Tracks](http://arxiv.org/abs/1503.01832) Z. Cui, N. Jiang, C. Tang, P. Tan, BMVC 2015. -[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. - ### Hierarchical SfM [Structure-and-Motion Pipeline on a Hierarchical Cluster Tree](http://www.diegm.uniud.it/fusiello/papers/3dim09.pdf). A. M.Farenzena, A.Fusiello, R. Gherardi. Workshop on 3-D Digital Imaging and Modeling, 2009. @@ -176,8 +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. + + + +### 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. + ### Viewing graph optimization