principal_curvatures_can
is a library for computing signed principal curvatures in PCL point clouds.
This is done using the method described in Robust curvature estimation and geometry analysis of 3D point cloud surfaces by Zhang et. al.
This library can be built by running the following commands,
mkdir build
cd build
cmake ..
make
An example of how to use this library is available in the example
directory.