jianboqi / CSF

LiDAR point cloud ground filtering / segmentation (bare earth extraction) method based on cloth simulation
http://ramm.bnu.edu.cn/projects/CSF/
Apache License 2.0
484 stars 130 forks source link

Filling in holes #40

Open TJPovey opened 3 years ago

TJPovey commented 3 years ago

Is there an option to fill in holes created by CSF in either the CloudCompare plugin, C++ or python port? Or would this need to be implemented by the user?

TJPovey commented 3 years ago

looks like this is the same issue: https://github.com/jianboqi/CSF/issues/29 Feel free to close this if you have nothing more to add than in the above issue. Thanks

jianboqi commented 2 years ago

Hi, if you want to produce DEM, etc, maybe you can try to use CSFTools (https://github.com/jianboqi/CSFTools), which I released recently. It is based on CSF, and provides some utilities to do filtering, dem, chm generation.