From 11349fa68e75f4a54565e3e31ed37a7ce7ec8dc9 Mon Sep 17 00:00:00 2001 From: Nicola Pezzotti Date: Sat, 22 Mar 2014 19:29:52 +0100 Subject: [PATCH] Add the 3-Sweep article Very user friendly way to extract 3D model from images --- computer_graphics/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/computer_graphics/README.md b/computer_graphics/README.md index ae4c35a..41a4512 100644 --- a/computer_graphics/README.md +++ b/computer_graphics/README.md @@ -8,3 +8,6 @@ * [Poisson surface reconstruction](http://research.microsoft.com/en-us/um/people/hoppe/poissonrecon.pdf) - [Code](http://www.cs.jhu.edu/~misha/Code/PoissonRecon/Version5.71/) * [KinectFusion: Real-time 3D Reconstruction and Interaction Using a Moving Depth Camera](http://research.microsoft.com/pubs/155416/kinectfusion-uist-comp.pdf) + +### Object modeling +* [3-Sweep: Extracting Editable Objects from a Single Photo](http://www.cs.tau.ac.il/~dcor/articles/2013/3-Sweep-Extracting-Editable-Objects.pdf) - [Video](https://www.youtube.com/watch?v=Oie1ZXWceqM)