FinleyPan / Instant-3D-Scan-Capturer

Generate high-resolution, single-frame 3D scan instantly with Kinect v2
Apache License 2.0
0 stars 0 forks source link
3d-reconstruction kinect pcl

view1 view2

Dependencies

How to build

on Linux(has been tested on Ubuntu 16.04):

$ git clone https://github.com/FinleyPan/Instant-3D-Scan-Capturer Instant-3D-Scan-Capturer 
$ cd ../Instant-3D-Scan-Capturer
$ mkdir build 
$ cd build
$ cmake ..
$ make

Usage