A while ago I discovered the paper “Fast bilateral-space stereo for synthetic defocus” of Jon Barron [1] and it kept intriguing me. Therefore I decided to implement the dense stereo reconstruction method of this paper in order to get a real understanding and practical experience of this method. A link to the source code can …
Tag: Computer Vision
Improving time-of-flight measurements with the shading constraint
This post discusses the paper by Martin Böhme in order to filter range maps (a.k.a. depth map or a depth image) received by a time-of-flight camera by their intensity image (a.k.a. confidence map or near infrared image). There are actually 2 versions of the paper. One from 2008 (link to paper) [1] and one from 2010 …