Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/unanancyowen/kinectgrabber

Grabber of Point Cloud Library based on Kinect for Windows SDK
https://github.com/unanancyowen/kinectgrabber

c-plus-plus kinect pcl

Last synced: 10 days ago
JSON representation

Grabber of Point Cloud Library based on Kinect for Windows SDK

Awesome Lists containing this project

README

        

Kinect2Grabber
==============

[![Gittip](http://img.shields.io/gratipay/TsukasaSugiura.svg)](https://gratipay.com/TsukasaSugiura/)

Kinect2Grabber is Grabber of PCL(Point Cloud Library) to retrieve the point cloud data from Kinect v2 using Kinect for Windows SDK v2.x.
This Grabber only depend on Kinect for Windows SDK v2.x.

Kinect2Grabber support the following pcl::PointType.
* pcl::PointXYZ
* pcl::PointXYZI
* pcl::PointXYZRGB
* pcl::PointXYZRGBA

Environment
-----------
* Point Cloud Library v1.8.0
* Kinect for Windows SDK v2.0
* Visual Studio Community 2015
* CMake 3.5.0

You can download PreBuild Binary of PCL from the following page.
Point Cloud Library 1.8.0 RC1 has been released | Summary?Blog

License
-------
Copyright © 2014 Tsukasa SUGIURA
Distributed under the [MIT License](http://www.opensource.org/licenses/mit-license.php "MIT License | Open Source Initiative").

Contact
-------
* Tsukasa Sugiura
*
*
*

References
----------
* openni_grabber | Point Cloud Library

* NaturalSoftware.Kinect.PCL | Natural Software