This program is an algorithm for generating bounding volume within a user-given error bound. The algorithm is based on this paper with some optimization.
This program uses these open-source libraries:
- Boost
- CGAL
- libkdtree++
- zjucad sdk
- vcglib
- PCL
Thanks to Rodolphe Vaillant for the poisson-disk sampling code.