From 275dd48be8b63199c3fef41d69e07f30572eced3 Mon Sep 17 00:00:00 2001 From: Nicola Pezzotti Date: Sat, 22 Mar 2014 19:22:56 +0100 Subject: [PATCH 1/5] Add the gigavoxel article in the rendering section --- computer_graphics/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/computer_graphics/README.md b/computer_graphics/README.md index 16a296d..13fb52a 100644 --- a/computer_graphics/README.md +++ b/computer_graphics/README.md @@ -1,3 +1,5 @@ +### Rendering * [An Improved Illumination Model for Shaded Display](https://www.cs.drexel.edu/~david/Classes/CS586/Papers/p343-whitted.pdf) -* [The Rendering Equation](http://x86.cs.duke.edu/courses/cps124/fall09/notes/16_rendering/p143-kajiya.pdf) \ No newline at end of file +* [The Rendering Equation](http://x86.cs.duke.edu/courses/cps124/fall09/notes/16_rendering/p143-kajiya.pdf) +* [GigaVoxels : Ray-Guided Streaming for Efficient and Detailed Voxel Rendering](http://maverick.inria.fr/Publications/2009/CNLE09/CNLE09.pdf) - [Web page](http://maverick.inria.fr/Publications/2009/CNLE09/) - [Project page](http://gigavoxels.imag.fr/) - [Video](https://www.youtube.com/watch?v=HScYuRhgEJw) From a5145fb9fc574efaefae57030e8787242e22985a Mon Sep 17 00:00:00 2001 From: Nicola Pezzotti Date: Sat, 22 Mar 2014 19:25:08 +0100 Subject: [PATCH 2/5] Add the poisson reconstruction article The Poisson reconstruction is one of the most used algorthim for the surface reconstruction --- computer_graphics/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/computer_graphics/README.md b/computer_graphics/README.md index 13fb52a..4db7941 100644 --- a/computer_graphics/README.md +++ b/computer_graphics/README.md @@ -3,3 +3,6 @@ * [The Rendering Equation](http://x86.cs.duke.edu/courses/cps124/fall09/notes/16_rendering/p143-kajiya.pdf) * [GigaVoxels : Ray-Guided Streaming for Efficient and Detailed Voxel Rendering](http://maverick.inria.fr/Publications/2009/CNLE09/CNLE09.pdf) - [Web page](http://maverick.inria.fr/Publications/2009/CNLE09/) - [Project page](http://gigavoxels.imag.fr/) - [Video](https://www.youtube.com/watch?v=HScYuRhgEJw) + +### Surface reconstruction +* [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/) From 72fd8dd8f5c7f98b291caafb3a55ef06f5aef734 Mon Sep 17 00:00:00 2001 From: Nicola Pezzotti Date: Sat, 22 Mar 2014 19:28:43 +0100 Subject: [PATCH 3/5] Add the Kinect fusion article The kinect fusion is one of the most inspiring technique in CG. It has provided a great boost in the field of Augmented reality and surface reconstruction. --- computer_graphics/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/computer_graphics/README.md b/computer_graphics/README.md index 4db7941..ae4c35a 100644 --- a/computer_graphics/README.md +++ b/computer_graphics/README.md @@ -6,3 +6,5 @@ ### Surface reconstruction * [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) From 11349fa68e75f4a54565e3e31ed37a7ce7ec8dc9 Mon Sep 17 00:00:00 2001 From: Nicola Pezzotti Date: Sat, 22 Mar 2014 19:29:52 +0100 Subject: [PATCH 4/5] 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) From 2cb74cb7973444ee8c18fdd8c14592cf0a703e7c Mon Sep 17 00:00:00 2001 From: Nicola Pezzotti Date: Sat, 22 Mar 2014 19:33:12 +0100 Subject: [PATCH 5/5] Create README.md --- computer_vision/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 computer_vision/README.md diff --git a/computer_vision/README.md b/computer_vision/README.md new file mode 100644 index 0000000..61b7afd --- /dev/null +++ b/computer_vision/README.md @@ -0,0 +1,3 @@ +* [Coupled 3D Reconstruction of Sparse Facial Hair and Skin](http://www.disneyresearch.com/project/coupled-3d-reconstruction-of-sparse-facial-hair-and-skin/) + +* [High-Quality Single-Shot Capture of Facial Geometry](http://www.disneyresearch.com/project/high-quality-single-shot-capture-of-facial-geometry/)