From a5145fb9fc574efaefae57030e8787242e22985a Mon Sep 17 00:00:00 2001 From: Nicola Pezzotti Date: Sat, 22 Mar 2014 19:25:08 +0100 Subject: [PATCH] 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/)