qsisi / LidarGroundSeg

Lidar Point Cloud Ground Segmentation Using PatchWork++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lidar Point Cloud Ground Segmentation Using PatchWork++

Add getGroundIndices() and getNongroundIndices() methods to patchwork++ with the aim of outputting x,y,z,intensity lidar point cloud.

sudo apt install libyaml-cpp-dev
sudo apt install libpcl-dev
mkdir build
cd build
cmake .. && make
./main

fig

To Do:

  • Compare patchwork++ with pcl::SACSegmentation

About

Lidar Point Cloud Ground Segmentation Using PatchWork++


Languages

Language:C++ 98.4%Language:CMake 1.6%