Ponca  e26a0e88a45818354616c1a7180bcd203aecad3c
Point Cloud Analysis library
Loading...
Searching...
No Matches
User Manual

This section provides a quick tour of currently available modules in Ponca.

Note
Must read: Ponca Concepts for an overview and an explanation of the concepts used all across the library (and why we need them).
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

[User Manual]

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

[User Manual]