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

Marc Klinge e853b2fee6 init project hai 1 ano
.gitignore e853b2fee6 init project hai 1 ano
3d-scanner.cpp e853b2fee6 init project hai 1 ano
CMakeLists.txt e853b2fee6 init project hai 1 ano
README.md e853b2fee6 init project hai 1 ano
test.ply e853b2fee6 init project hai 1 ano

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