The tier4_pcl_extensions
is a pcl extension library. The voxel grid filter in this package works with a different algorithm than the original one.
- create a 3D voxel grid over the input pointcloud data
- calculate centroid in each voxel
- all the points are approximated with their centroid
- create a 3D voxel grid over the input pointcloud data
- calculate centroid in each voxel
- all the points are approximated with the closest point to their centroid
[1] https://pointclouds.org/documentation/tutorials/voxel_grid.html