HemaZ / pcl_utils

pcl_utils is a C++ Library for some helpful functions to be used with PCL library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PCL Utils

This some helpful PointClouds functions to be used with PCL Library.

Build:

  • mkdir build && cd build
  • cmake ..
  • sudo make install

Build status:

Machine Status
Ubuntu 18.04 Build
MacOS MacOS build

How to use:

The shared library is installed in /usr/lib with name libpcl_utils.so

in your CMakeLists.txt link the library with your app like this

target_link_libraries(my_app libpcl_utils.so)

About

pcl_utils is a C++ Library for some helpful functions to be used with PCL library.


Languages

Language:C++ 83.9%Language:CMake 16.1%