Skip to content

xmba15/curved_voxel_clustering

Repository files navigation

📝 Pointcloud Segmentation by Curved-Voxel Clustering


detection sample

🎉 TODO


  • Pointcloud Segmentation by Curved-Voxel Clustering
  • Test on pointcloud data, benchmark processing speed
  • GPU version (this type of voxelization is not so difficult to be parallelized on CUDA).

🎛 Dependencies


sudo apt-get install \
    libpcl-dev \

🔨 How to Build


make all # to build the library
make apps # to build the examples

🏃 How to Run


  • There are 3 pcd files of velodyne vlp 16, velodyne hdl 32, livox stored in data. To run the sample app, do:
./build/examples/clustering_app ./data/velodyne_vlp_16.pcd

# or test on other sample pcds

💎 References


  1. Curved-Voxel Clustering for Accurate Segmentation of 3D LiDAR Point Clouds with Real-Time Performance, IROS 2019
  2. An implementation of Curved Voxel Clustering

About

Pointcloud Segmentation by Curved-Voxel Clustering

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published