facontidavide / PCL_VoxelGrid_enhanced

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PCL_VoxelGrid_enhanced

This repository contains a fixed version of pcl::VoxelGrid that uses spread sort instead of std::sort.

Additionally, a benchamark application is provided; requires Google Benchamark, that can be easily installed in Ubuntu with:

sudo apt install libbenchmark-dev

This fix has been already submitted as a Pull Request to PCL.

About


Languages

Language:C++ 97.5%Language:CMake 2.5%