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

Marc Klinge 639ac0d164 added post processing filters il y a 1 an
.gitignore 639ac0d164 added post processing filters il y a 1 an
3d-scanner.cpp 639ac0d164 added post processing filters il y a 1 an
CMakeLists.txt 639ac0d164 added post processing filters il y a 1 an
README.md e853b2fee6 init project il y a 1 an
filtered.ply 639ac0d164 added post processing filters il y a 1 an
original.ply 639ac0d164 added post processing filters 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