From 83abfa1f5a40adef83d2f8d72d86622493a603bc Mon Sep 17 00:00:00 2001 From: Nicola Pezzotti Date: Mon, 24 Mar 2014 12:09:46 +0100 Subject: [PATCH] Adds several computer graphics papers and a computer vision section --- computer_graphics/README.md | 12 +++++++++++- computer_vision/README.md | 3 +++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 computer_vision/README.md diff --git a/computer_graphics/README.md b/computer_graphics/README.md index 16a296d..41a4512 100644 --- a/computer_graphics/README.md +++ b/computer_graphics/README.md @@ -1,3 +1,13 @@ +### 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) + +### 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) + +### 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) 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/)