Skip to content

Commit 1183e3d

Browse files
authored
Doxygen (#58)
* purge deprecated * Doxyfile * fix typo
1 parent 76142de commit 1183e3d

File tree

8 files changed

+2580
-3494
lines changed

8 files changed

+2580
-3494
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ Processing speed comparison between small_gicp and Open3D ([youtube]((https://yo
425425

426426
- Single-thread `small_gicp::GICP` is about **2.4x and 1.9x faster** than `pcl::GICP` and `fast_gicp::GICP`, respectively.
427427
- `small_gicp::(GICP|VGICP)` shows a better multi-thread scalability compared to `fast_gicp::(GICP|VGICP)`.
428-
- `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.
428+
- `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.
429429
- Outputs of `small_gicp::GICP` are almost identical to those of `fast_gicp::GICP`.
430430

431431
![odometry_time](docs/assets/odometry_time.png)

docs/Doxyfile

+2,579
Large diffs are not rendered by default.

include/small_gicp/ann/deprecated/kdtree.hpp

-105
This file was deleted.

include/small_gicp/ann/deprecated/kdtree_omp.hpp

-22
This file was deleted.

include/small_gicp/ann/deprecated/kdtree_tbb.hpp

-22
This file was deleted.

0 commit comments

Comments
 (0)