From 72fd8dd8f5c7f98b291caafb3a55ef06f5aef734 Mon Sep 17 00:00:00 2001 From: Nicola Pezzotti Date: Sat, 22 Mar 2014 19:28:43 +0100 Subject: [PATCH] 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)