|
Functions | |
template<class PointT > | |
pcl::PointCloud< PointT > | transformPointCloudToGrid (const pcl::PointCloud< PointT > &pointCloud, const Eigen::Matrix4f &pointCloudPose, const Eigen::Matrix4f &gridPose) |
Transform a point cloud to local grid coordinates. More... | |
pcl::PointCloud< PointT > transformPointCloudToGrid | ( | const pcl::PointCloud< PointT > & | pointCloud, |
const Eigen::Matrix4f & | pointCloudPose, | ||
const Eigen::Matrix4f & | gridPose | ||
) |
Transform a point cloud to local grid coordinates.
pointCloud | The point cloud. |
pointCloudPose | The global pose of the point cloud. |
gridPose | The global pose of the grid. |
Definition at line 37 of file point_cloud.h.