forestsen / K4aGrabber

Kinect Azure DK Grabber of PCL (Point Cloud Library).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

K4aGrabber

K4aGrabber is a Grabber of PCL (Point Cloud Library) to retrieve the point cloud data from Kinect Azure DK using Kinect Azure DK v1.2.0.
This Grabber only depends on Kinect Azure DK v 1.2.0.

K4aGrabber supports the following pcl::PointType.

  • pcl::PointXYZ
  • pcl::PointXYZI
  • pcl::PointXYZRGB
  • pcl::PointXYZRGBA

Inspired By Kinect2Grabber .

Projects

OneKinect

PCL Azure Kinect Grabber for one Kinect.

TwoKinects

PCL Azure Kinect Grabber for 2 Kinects.

Using ArUco Library to calibrate the relative pose between master Kinect and sub Kinect.

We just add two point cloud generated from two Kinects into one point cloud, and then we get a real-time point cloud of the scene.

Using the Open3D 0.8.0 to refine the calibration result from my another project.

Environment

  • Point Cloud Library v1.9.1
  • Kinect v1.2.0
  • Visual Studio Community 2017
  • Open3D 0.8.0

License

Copyright © 2019 Haipeng WANG
Distributed under the MIT License.

Contact

References

About

Kinect Azure DK Grabber of PCL (Point Cloud Library).

License:Other


Languages

Language:C++ 62.0%Language:CMake 38.0%