diff --git a/README.md b/README.md
index 68eddc51f5..6ef88ce013 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
Platform | Build Status |
-------- | ------------ |
-Ubuntu 18.04, 20.04, 22.04 (amd64)| [![ubuntu dep apt workflow](https://github.com/lagadic/visp/actions/workflows/ubuntu-dep-apt.yml/badge.svg)](https://github.com/lagadic/visp/actions/workflows/ubuntu-dep-apt.yml) [![ubuntu dep src workflow](https://github.com/lagadic/visp/actions/workflows/ubuntu-dep-src.yml/badge.svg)](https://github.com/lagadic/visp/actions/workflows/ubuntu-dep-src.yml)
+Ubuntu 20.04, 22.04 (amd64)| [![ubuntu dep apt workflow](https://github.com/lagadic/visp/actions/workflows/ubuntu-dep-apt.yml/badge.svg)](https://github.com/lagadic/visp/actions/workflows/ubuntu-dep-apt.yml) [![ubuntu dep src workflow](https://github.com/lagadic/visp/actions/workflows/ubuntu-dep-src.yml/badge.svg)](https://github.com/lagadic/visp/actions/workflows/ubuntu-dep-src.yml)
macOS 11 and 12 | [![macos workflow](https://github.com/lagadic/visp/actions/workflows/macos.yml/badge.svg)](https://github.com/lagadic/visp/actions/workflows/macos.yml)
iOS on macOS 11.0| [![ios workflow](https://github.com/lagadic/visp/actions/workflows/ios.yml/badge.svg)](https://github.com/lagadic/visp/actions/workflows/ios.yml)
Windows 10 | [![Build status](https://ci.appveyor.com/api/projects/status/121dscdkryf5dbn0/branch/master?svg=true)](https://ci.appveyor.com/project/fspindle/visp/branch/master)
@@ -27,10 +27,10 @@ Other projects | Build Status |
[visp_started](https://github.com/lagadic/visp_started) | [![ubuntu_3rdparty_workflow](https://github.com/lagadic/visp/actions/workflows/ubuntu-3rdparty.yml/badge.svg)](https://github.com/lagadic/visp/actions/workflows/ubuntu-3rdparty.yml)
-ViSP is a cross-platform library (Linux, Windows, MacOS, iOS, Android) that allows prototyping and developing applications using visual tracking and visual servoing technics at the heart of the researches done now by Inria Rainbow team and before 2018 by Lagadic team. ViSP is able to compute control laws that can be applied to robotic systems. It provides a set of visual features that can be tracked using real time image processing or computer vision algorithms. ViSP provides also simulation capabilities. ViSP can be useful in robotics, computer vision, augmented reality and computer animation. Our YouTube channel gives an overview of the applications that could be tackled.
+ViSP is a cross-platform library (Linux, Windows, MacOS, iOS, Android) that allows prototyping and developing applications using visual tracking and visual servoing technics at the heart of the researches done now by Inria Rainbow team and before 2018 by Lagadic team. ViSP is able to compute control laws that can be applied to robotic systems. It provides a set of visual features that can be tracked using real time image processing or computer vision algorithms. ViSP provides also simulation capabilities. ViSP can be useful in robotics, computer vision, augmented reality and computer animation. Our YouTube channel gives an overview of the applications that could be tackled.
#### Citing ViSP
-Please cite ViSP in your publications if it helps your research:
+Please cite ViSP in your publications if it helps your research:
```
@article{Marchand05b,
Author = {Marchand, E. and Spindler, F. and Chaumette, F.},
@@ -44,7 +44,7 @@ Please cite ViSP in your publications if it helps your research:
Year = {2005}
}
```
-To cite the generic model-based tracker:
+To cite the generic model-based tracker:
```
@InProceedings{Trinh18a,
Author = {Trinh, S. and Spindler, F. and Marchand, E. and Chaumette, F.},
@@ -55,6 +55,19 @@ To cite the generic model-based tracker:
Year = {2018}
}
```
+To cite pose estimation algorithms and hands-on survey illustrated with ViSP examples:
+```
+@article{Marchand16a,
+ Author = {Marchand, E. and Uchiyama, H. and Spindler, F.},
+ Title = {Pose estimation for augmented reality: a hands-on survey},
+ Journal = {IEEE Trans. on Visualization and Computer Graphics},
+ Volume = {22},
+ Number = {12},
+ Pages = {2633--2651},
+ Month = {December},
+ Year = {2016}
+}
+```
#### Resources
- Homepage: https://visp.inria.fr
diff --git a/doc/mainpage.dox.in b/doc/mainpage.dox.in
index 5cecff59ad..ec2579e4b0 100644
--- a/doc/mainpage.dox.in
+++ b/doc/mainpage.dox.in
@@ -69,7 +69,7 @@ To learn ViSP, we propose a lot of tutorials that show the basic use of ViSP in your publications if it helps your research:
```
@article{Marchand05b,
Author = {Marchand, E. and Spindler, F. and Chaumette, F.},
@@ -83,7 +83,7 @@ Please cite ViSP in your publications if it helps your research:
Year = {2005}
}
```
-To cite the generic model-based tracker:
+To cite the generic model-based tracker:
```
@InProceedings{Trinh18a,
Author = {Trinh, S. and Spindler, F. and Marchand, E. and Chaumette, F.},
@@ -94,7 +94,7 @@ To cite the generic model-based tracker:
Year = {2018}
}
```
-To cite pose estimation algorithms and hands-on survey illustrated with ViSP examples:
+To cite pose estimation algorithms and hands-on survey illustrated with ViSP examples:
```
@article{Marchand16a,
Author = {Marchand, E. and Uchiyama, H. and Spindler, F.},