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
496 stars 133 forks source link

Use updated version of CMake #25

Closed Crghilardi closed 4 years ago

Crghilardi commented 4 years ago

This pull request updates CMake to 3.10. I think this fixes #19.

-change to out of source build -add commandline option to build demo -update README.md

I have tested on linux but nothing else. I do not know if this impacts the python or matlab builds.

jianboqi commented 4 years ago

Sorry for late, I test it on windows, all is OK. Thank you for your contribution