PCL的KinectFusion开源实现

原文载于此http://www.pointclouds.org/news/kinectfusion-open-source.html,里面的视频是youtube上的。笔者辛勤把新出的视频搬运到youku,并在youku中找到了微软的kinectFusion视频。笔者正在做相关研究,表示压力很大啊~先是Microsoft,再是Willow Garage。

We are happy to announce the development of a new open source implementation of KinectFusion, a simple system for 3D local mapping with an OpenNI-compatible camera. Below you can find the original SIGGRAPH video, together with a complete description of the algorithm presented in KinectFusion: Real-time 3D Reconstruction and Interaction Using a Moving Depth Camera.

For a quick comparison, here's a demonstration of our current implementation's capabilities:

The preliminary source code is currently available in our SVN repository's trunk in the CUDA/KinFu module. Since this code is still unreleased and under active development, we won't be able to provide support via our forums yet; however, advanced users are free to check out the code and give it a try. Be advised that this code relies heavily on the NVidia CUDA development libraries for GPU optimizations and will require a compatible GPU for best results.

Moving forward, we continue to refine and improve the system, and we are hoping to improve upon the original algorithm in order to model larger scale environments in the near future. We are targeting a stable release date to coincide with the upcoming PCL 2.0 release next year. (Please note there is no planned release in the 1.x branch.)

原文地址:https://www.cnblogs.com/lucantang/p/2289422.html