Skip to content

Chaos-min/ground_extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ground_extraction

This code can solve the problem of extracting ground point clouds from complex mountain point cloud data. The code includes CSF, VDVI, and Nearest Neighbor Interpolation to fill holes.

algorithm procedure:

  1. CSF algorithm to remove high vegetation and buildings.
  2. VDVI green leaf index removes low vegetation.
  3. The nearest neighbor interpolation fills the hole.

Usage

requirement

We test on the VS2022, PCL 1.14.0, CMake 4.1.1, and 'CSF'. Please refer to this project to configure 'CSF' dependency: https://github.com/jianboqi/CSF

run

Create a C++ project to include the project 'ground _ extraction.cpp'.

About

This code can solve the problem of extracting ground point clouds from complex mountain point cloud data. The code includes CSF, VDVI, and near-neighborhood interpolation to fill holes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages