Skip to content

Commit 9347b5e

Browse files
committed
Implement refactored VoxelGrid
* Inherit from TransformFilter and GridFilterBase * Complete the API of old VoxelGrid * Implement new way for checking unsigned int overflow * Improve performance by switching from sorting to unordered_map
1 parent 1f627af commit 9347b5e

File tree

2 files changed

+525
-0
lines changed

2 files changed

+525
-0
lines changed

filters/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ set(experimental_incs
9090
"include/pcl/${SUBSYS_NAME}/experimental/functor_filter.h"
9191
"include/pcl/${SUBSYS_NAME}/experimental/grid_filter_base.h"
9292
"include/pcl/${SUBSYS_NAME}/experimental/transform_filter.h"
93+
"include/pcl/${SUBSYS_NAME}/experimental/voxel_grid.h"
9394
)
9495

9596
set(impl_incs

0 commit comments

Comments
 (0)