阅读背景:

关于pcl::PointCloud::Ptr

来源:互联网 

可以利用共享指针之间可以相加

pcl::PointCloud<pcl::PointXYZ>::Ptr a(new pcl::PointCloud<pcl::PointXYZ>);
// do something
pcl::PointCloud<pcl::PointXYZ>::Ptr b(new pcl::PointCloud<pcl::PointXYZ>);
*b += *a;pcl::PointCloud<pcl::PointXYZ>:



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: