Skip to content

Commit

Permalink
Doxygen (#58)
Browse files Browse the repository at this point in the history
* purge deprecated

* Doxyfile

* fix typo
  • Loading branch information
koide3 authored Jun 5, 2024
1 parent 76142de commit 1183e3d
Show file tree
Hide file tree
Showing 8 changed files with 2,580 additions and 3,494 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ Processing speed comparison between small_gicp and Open3D ([youtube]((https://yo

- Single-thread `small_gicp::GICP` is about **2.4x and 1.9x faster** than `pcl::GICP` and `fast_gicp::GICP`, respectively.
- `small_gicp::(GICP|VGICP)` shows a better multi-thread scalability compared to `fast_gicp::(GICP|VGICP)`.
- `small_gicp::GICP` parallelized with [TBB flow graph](src/odometry_benchmark_small_gicp_tbb_flow.cpp) shows an excellent scalability to many-threads situations (**~128 threads**) but with latency degradation.
- `small_gicp::GICP` parallelized with [TBB flow graph](src/benchmark/odometry_benchmark_small_gicp_tbb_flow.cpp) shows an excellent scalability to many-threads situations (**~128 threads**) but with latency degradation.
- Outputs of `small_gicp::GICP` are almost identical to those of `fast_gicp::GICP`.

![odometry_time](docs/assets/odometry_time.png)
Expand Down
2,579 changes: 2,579 additions & 0 deletions docs/Doxyfile

Large diffs are not rendered by default.

105 changes: 0 additions & 105 deletions include/small_gicp/ann/deprecated/kdtree.hpp

This file was deleted.

22 changes: 0 additions & 22 deletions include/small_gicp/ann/deprecated/kdtree_omp.hpp

This file was deleted.

22 changes: 0 additions & 22 deletions include/small_gicp/ann/deprecated/kdtree_tbb.hpp

This file was deleted.

Loading

0 comments on commit 1183e3d

Please sign in to comment.