mirror of https://github.com/koide3/small_gicp.git
Update README.md
This commit is contained in:
parent
d6b0cb8e99
commit
f127ae7a51
18
README.md
18
README.md
|
|
@ -13,7 +13,7 @@ Note that GPU-based implementations are NOT included in this package.
|
|||
If you find this package useful for your project, please consider leaving a comment [here](https://github.com/koide3/small_gicp/issues/3). It would help the author receive recognition in his organization and keep working on this project.
|
||||
|
||||
|
||||
[](https://github.com/koide3/small_gicp/actions/workflows/build-linux.yml) [](https://github.com/koide3/small_gicp/actions/workflows/build-macos.yml) [](https://github.com/koide3/small_gicp/actions/workflows/build-windows.yml) [](https://github.com/koide3/small_gicp/actions/workflows/test.yml) [](https://codecov.io/gh/koide3/small_gicp)
|
||||
[](https://joss.theoj.org/papers/059b017c823ed9fd211fc91373cdc2cc) [](https://github.com/koide3/small_gicp/actions/workflows/build-linux.yml) [](https://github.com/koide3/small_gicp/actions/workflows/build-macos.yml) [](https://github.com/koide3/small_gicp/actions/workflows/build-windows.yml) [](https://github.com/koide3/small_gicp/actions/workflows/test.yml) [](https://codecov.io/gh/koide3/small_gicp)
|
||||
|
||||
## Requirements
|
||||
|
||||
|
|
@ -465,6 +465,22 @@ This package is released under the MIT license.
|
|||
|
||||
If you find this package useful for your project, please consider leaving a comment [here](https://github.com/koide3/small_gicp/issues/3). It would help the author receive recognition in his organization and keep working on this project.
|
||||
|
||||
Please also cite [the following article](https://joss.theoj.org/papers/10.21105/joss.06948) if you use this software in an academic work.
|
||||
|
||||
```
|
||||
@article{small_gicp,
|
||||
author = {Kenji Koide},
|
||||
title = {{small\_gicp: Efficient and parallel algorithms for point cloud registration}},
|
||||
journal = {Journal of Open Source Software},
|
||||
month = aug,
|
||||
number = {100},
|
||||
pages = {6948},
|
||||
volume = {9},
|
||||
year = {2024},
|
||||
doi = {10.21105/joss.06948}
|
||||
}
|
||||
```
|
||||
|
||||
## Contact
|
||||
|
||||
[Kenji Koide](https://staff.aist.go.jp/k.koide/), National Institute of Advanced Industrial Science and Technology (AIST)
|
||||
|
|
|
|||
Loading…
Reference in New Issue