From 0ff617a44b5be92050f0969cb47b59a7287c5ee1 Mon Sep 17 00:00:00 2001 From: Kunal Vyas Date: Mon, 2 Mar 2015 02:15:13 -0500 Subject: [PATCH] Added : Panorama weaving This paper is compelling and significant for the field of Computer Vision since it addresses a fundamental problem in image stitching. The solution can be used for tweaking panoramas in situations where accuracy is required. --- computer_vision/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/computer_vision/README.md b/computer_vision/README.md index 61b7afd..b09aa0a 100644 --- a/computer_vision/README.md +++ b/computer_vision/README.md @@ -1,3 +1,6 @@ * [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/) + +* [Panorama Weaving: +Fast and Flexible Seam Processing](http://www.sci.utah.edu/~bsumma/projects/weaving/)