Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 588 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 588 Bytes

License

Principal Curvatures CAN

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.

Building

This library can be built by running the following commands,

mkdir build
cd build
cmake ..
make

Usage

An example of how to use this library is available in the example directory.