Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 431 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 431 Bytes

Namaris

A header only library with some useful helper functions for C++ development. Some of the functions:

  • Filesystem path manipulation
  • Simple geometry utilities
  • PCL visualization
  • Various pointcloud segmentation algorithms
  • Many more...

PCL visualization

Folder sample_pcl_viewer contains a short example of how to use PCL visualization functions. To run it use:

./sample_pcl_viewer <path to a pcd file>