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

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

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