zjudmd1015 / Mini-3D-Scanner

A pipeline for online 3D reconstruction of objects only using visual data from RGB-D camera (Kinect V2).
171 stars 43 forks source link

updated to c++14 for libpcl #11

Closed tgieruc closed 1 year ago

tgieruc commented 2 years ago

The PCL library requires c++14. Changing CMakeLists.txt fixed the issue.