38#ifndef PCL_REGISTRATION_IMPL_META_REGISTRATION_HPP_
39#define PCL_REGISTRATION_IMPL_META_REGISTRATION_HPP_
45template <
typename Po
intT,
typename Scalar>
50template <
typename Po
intT,
typename Scalar>
81template <
typename Po
intT,
typename Scalar>
88template <
typename Po
intT,
typename Scalar>
96template <
typename Po
intT,
typename Scalar>
103template <
typename Po
intT,
typename Scalar>
PointCloud represents the base class in PCL for storing collections of 3D points.
void transformPointCloud(const pcl::PointCloud< PointT > &cloud_in, pcl::PointCloud< PointT > &cloud_out, const Eigen::Matrix< Scalar, 4, 4 > &transform, bool copy_all_fields)
Apply a rigid transform defined by a 4x4 matrix.