摘要:
# 1.使用PCA计算点云主方向,并进行矫正 ```c++ #include"vtkAutoInit.h" #ifndef VTK_MODULE_INIT VTK_MODULE_INIT(vtkRenderingOpenGL); // VTK was built with vtkRenderingO 阅读全文
摘要:
关于share_ptr cppreferrence的介绍 std::shared_ptr std::shared_ptr Defined in header <memory> template< class T > class shared_ptr; (since C++11) std::share 阅读全文