chrise96 / 3D_Ground_Segmentation

A ground segmentation algorithm for 3D point clouds based on the work described in “Fast segmentation of 3D point clouds: a paradigm on LIDAR data for Autonomous Vehicle Applications”, D. Zermas, I. Izzat and N. Papanikolopoulos, 2017. Distinguish between road and non-road points. Road surface extraction. Plane fit ground filter
GNU General Public License v3.0
104 stars 14 forks source link

Cmake problem #4

Closed manman25 closed 2 years ago

manman25 commented 2 years ago

CMake Error at CMakeLists.txt:7 (find_package): By not providing "FindLASlib.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "LASlib", but CMake did not find one.

Could not find a package configuration file provided by "LASlib" with any of the following names:

LASlibConfig.cmake
laslib-config.cmake

Add the installation prefix of "LASlib" to CMAKE_PREFIX_PATH or set "LASlib_DIR" to a directory containing one of the above files. If "LASlib" provides a separate development package or SDK, be sure it has been installed.