From b096c1cdcea0b39ac93e37c6f69b3046070055ac Mon Sep 17 00:00:00 2001 From: Andrew Lin Date: Sat, 4 Mar 2023 10:46:56 -0800 Subject: [PATCH] Fixed broken link. (#724) KinectFusion: Real-time 3D Reconstruction and Interaction Using a Moving Depth Camera --- computer_graphics/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/computer_graphics/README.md b/computer_graphics/README.md index 59ddca7..a38b4a6 100644 --- a/computer_graphics/README.md +++ b/computer_graphics/README.md @@ -16,7 +16,7 @@ This is a really great paper that is both complex and straightforward. This pape ### 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) +* [KinectFusion: Real-time 3D Reconstruction and Interaction Using a Moving Depth Camera](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/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)