A 3d-scanner utilizing the intel realsense depth camera.

Marc Klinge e853b2fee6 init project il y a 1 an
.gitignore e853b2fee6 init project il y a 1 an
3d-scanner.cpp e853b2fee6 init project il y a 1 an
CMakeLists.txt e853b2fee6 init project il y a 1 an
README.md e853b2fee6 init project il y a 1 an
test.ply e853b2fee6 init project il y a 1 an

README.md

realsense-3d-scanner

3D Scanning Software for intel realsense Depth cameras

How to start

First run cmake to create a Makefile

cmake .

Then run make to build the project

make

Execute the built file

./3d-scanner