0
点赞
收藏
分享

微信扫一扫

pcl::transformPointCloud()用法

东言肆语 2022-03-30 阅读 67
c++

pcl::transformPointCloud(*source_cloud, *target_cloud, transform)

其中source_cloud, target_cloud的类型为pcl::PointCloud<pcl::PointXYZ>::Ptr

函数的作用是通过转换矩阵transform将source_cloud转换后存到target_cloud中保存。

举报

相关推荐

0 条评论