Skip to content

Commit 0a24150

Browse files
committed
use CC and url commands
1 parent 6b828f9 commit 0a24150

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/paper.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ date: 22 June 2024
1616
bibliography: paper.bib
1717
---
1818

19+
\def\CC{{C\nolinebreak[4]\hspace{-.05em}\raisebox{.4ex}{\tiny\bf ++}}}
20+
1921
# Summary
2022

2123
Point cloud registration is a task of aligning two point clouds measured by 3D ranging
@@ -34,7 +36,7 @@ processing, speed is a critical factor in point cloud registration routines.
3436
fast point cloud registration pipeline. It offers parallel implementations of
3537
downsampling, nearest neighbor search, local feature extraction, and registration
3638
to accelerate the entire process.
37-
small_gicp is implemented as a header-only C++ library with minimal dependencies
39+
small_gicp is implemented as a header-only \CC library with minimal dependencies
3840
to offer efficiency, portability, and customizability.
3941

4042
# Statement of need
@@ -73,10 +75,10 @@ we designed small_gicp with the following features:
7375
offering up to 2x speed gain in single-threaded scenarios and better scalability in multi-core
7476
environments.
7577

76-
- A modular and customizable framework using C++ templates, allowing easy customization of the
78+
- A modular and customizable framework using \CC templates, allowing easy customization of the
7779
algorithm's internal workings while maintaining efficiency.
7880

79-
- A header-only C++ library implementation for easy integration into user projects, with Python bindings
81+
- A header-only \CC library implementation for easy integration into user projects, with Python bindings
8082
provided for collaborative use with other libraries (e.g., Open3D).
8183

8284
# Functionalities
@@ -107,7 +109,7 @@ distribution-to-distribution correspondence).
107109
- Multi-threaded construction of `small_gicp::KdTree` can be up to 6x faster than that of `nanoflann`.
108110
- Single-threaded `small_gicp::GICP` is about 2.4x faster than `pcl::GICP`, with the multi-threaded version showing better scalability.
109111

110-
More details can be found at https://github.com/koide3/small_gicp/blob/master/BENCHMARK.md.
112+
More details can be found at \url{https://github.com/koide3/small_gicp/blob/master/BENCHMARK.md}.
111113

112114
# Future work
113115

0 commit comments

Comments
 (0)