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

Marc Klinge d7dd81608d added conversion from rs2 to pcl and refactoring 11 tháng trước cách đây
.gitignore 36124a6fd2 fixed: pointcloud now shows a clear picture 1 năm trước cách đây
3d-scanner-startup-helper 27e447c464 cleanup 1 năm trước cách đây
3d-scanner.cpp d7dd81608d added conversion from rs2 to pcl and refactoring 11 tháng trước cách đây
CMakeLists.txt d7dd81608d added conversion from rs2 to pcl and refactoring 11 tháng trước cách đây
README.md e853b2fee6 init project 1 năm trước cách đây
filtered.ply 36124a6fd2 fixed: pointcloud now shows a clear picture 1 năm trước cách đây
original.ply 36124a6fd2 fixed: pointcloud now shows a clear picture 1 năm trước cách đây
pcl-converter.cpp d7dd81608d added conversion from rs2 to pcl and refactoring 11 tháng trước cách đây
pcl-converter.hpp d7dd81608d added conversion from rs2 to pcl and refactoring 11 tháng trước cách đây
test.ply e853b2fee6 init project 1 năm trước cách đây

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