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

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

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