Go to the source code of this file.
Functions |
void | filterCloud (const pointcloud_type &cloud_1, pointcloud_type &cloud_2, int desired_size) |
| Filter NaNs. Uniformly subsample the remaining points to achieve the desired size.
|
Eigen::Matrix4f | icpAlignment (pointcloud_type::Ptr cloud_in, pointcloud_type::Ptr cloud_out, Eigen::Matrix4f initial_guess) |
Function Documentation
Filter NaNs. Uniformly subsample the remaining points to achieve the desired size.
Eigen::Matrix4f icpAlignment |
( |
pointcloud_type::Ptr |
cloud_in, |
|
|
pointcloud_type::Ptr |
cloud_out, |
|
|
Eigen::Matrix4f |
initial_guess |
|
) |
| |