Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aecins/namaris

Helper functions for C++ development
https://github.com/aecins/namaris

Last synced: about 1 month ago
JSON representation

Helper functions for C++ development

Awesome Lists containing this project

README

        

# 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
```