A simple command line program to generate relevant descriptors from point cloud data (.PCD files) before exporting the results into Numpy Files (.NPY files) used with python.
- mkdir build
- cd build
- cmake ../src/
- make
If the above commands crash, execute sudo apt install libpcl-*
and try again.
./PointCloudDescriptors 1 ../resources/apple.pcd ./appel.npy 0.05 0.01
[1] Salti, S., Tombari, F., & Di Stefano, L. (2014). SHOT: Unique signatures of histograms for surface and texture description. Computer Vision and Image Understanding, 125, 251-264.
[2] Tombari, F., Salti, S., & Di Stefano, L. (2010, October). Unique shape context for 3D data description. In Proceedings of the ACM workshop on 3D object retrieval (pp. 57-62).