Skip to content

Commit

Permalink
* Octree UnitTest added.
Browse files Browse the repository at this point in the history
* Stanford bunny sample point cloud added.
  • Loading branch information
blumenthal committed Jun 1, 2010
1 parent f1fa7f7 commit 98394e8
Show file tree
Hide file tree
Showing 9 changed files with 80,586 additions and 8 deletions.
28 changes: 27 additions & 1 deletion doc/main.dox
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,19 @@
* @namespace BRICS_3D
* @brief The BRICS 3D perception and modeling library.
*/

/**
* @defgroup depth_perception Depth perception
* @brief This module has simple capabilities for depth perception.
*
*/

/**
* @defgroup filtering Filtering
* @brief This module contains algorithms for filtering of point clouds.
*
* For example the Octree based size reduction filter can be found here.
*/

/**
* @defgroup registration Registration
Expand All @@ -90,9 +103,22 @@
*
*/

/**
* @defgroup mesh_generation Mesh generation
* @brief This module offers algorithms for mesh generation.
*
* The module contains Delaunay triangulation and related methods.
*/

/**
* @defgroup visualization Visualization
* @brief This module has tools for visualization od 3D representations
*
*/

/**
* @defgroup nearestNeighbor NearestNeighbor
* @brief This module contains algorithms for nearest neighbor search
* @brief This module contains algorithms for nearest neighbor search.
*
*/

Loading

0 comments on commit 98394e8

Please sign in to comment.