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

Marc Klinge 639ac0d164 added post processing filters hace 1 año
.gitignore 639ac0d164 added post processing filters hace 1 año
3d-scanner.cpp 639ac0d164 added post processing filters hace 1 año
CMakeLists.txt 639ac0d164 added post processing filters hace 1 año
README.md e853b2fee6 init project hace 1 año
filtered.ply 639ac0d164 added post processing filters hace 1 año
original.ply 639ac0d164 added post processing filters hace 1 año
test.ply e853b2fee6 init project hace 1 año

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