depth_clustering
depth_clustering copied to clipboard
compile err error: ‘boost::filesystem’ has not been declared
untill I add this line #include<boost/filesystem.hpp> in cloud_saver.cpp this problem has been solved! Just out of curiosity, how you guys make the code to work.
