Cascaded-Lidar-Ground-Segmentation
Cascaded-Lidar-Ground-Segmentation copied to clipboard
A C++ version for "A Slope-robust Cascaded Ground Segmentation in 3D Point Cloud for Autonomous Vehicles" 2018 ITSC
Cascaded-Lidar-Ground-Segmentation
Introduction
This is an c++ version implementation on the paper "A Slope-robust Cascaded Ground Segmentation in 3D Point Cloud for Autonomous Vehicles".
The origin code is in Python, which is vesry time consuming for runnning one frame.
So I swtich the code to c++ version, but it still very time consuming that cannnot use in real time.
The code still have a lot of parts to improve, if you want to use it, you can change the code to speed up.
The workflow
How to use
Test platform
laptop:
the 7th i5
Ubuntu 16.04
pcl 1.8
OpenCV 3.3
CMake
build
mkdir build
cd build
cmake ..
make
./test1 [filename]
dataset
The data file is also from the paper https://bitbucket.org/n-patiphon/slope_robust_ground_seg