Ponca
aa50bfdf187919869239c5b44b748842569114c1
Point Cloud Analysis library
|
This section provides a quick tour of currently available modules in Ponca.
Fitting |
This module provides efficient methods for the fitting and analysis of point-clouds in arbitrary dimensions. Sounds a bit abstract, and indeed, it is templated in every corner of the code. It's worth the effort though, as it may be used for varied purposes such as curvature computation, surface reconstruction, scale-space analysis, and much more! The good news is that the module is quite easy to use and extensible thanks to its programming interface that allows you to customize it to your needs. Main contributors: Nicolas Mellado, Thibault Lejemble [User Manual] [Concepts] |
Spatial Partitioning |
This module provides spatial data structures for proximity queries. Thumbnail provided by Basile Fraboni (VPTree-Draw). Main contributors: Thibault Lejemble, Gaël Guennebaud, Nicolas Mellado, Matthieu Gomiero, Dorian Ferreira, Sacha Vincent |
Common |
This module provides general purpose classes and methods used in other modules. Thumbnail provided by Basile Fraboni (VPTree-Draw). Main contributors: Thibault Lejemble, Gaël Guennebaud |