Skip to content

Commit

Permalink
Merge pull request #1236 from s-trinh/feat_doc_add_urls
Browse files Browse the repository at this point in the history
Add urls to articles
  • Loading branch information
fspindle authored Sep 20, 2023
2 parents bbf9fe8 + 1755a4e commit 1940916
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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 <a href="http://team.inria.fr/rainbow">Rainbow team</a> and before 2018 by <a href="http://team.inria.fr/lagadic">Lagadic team</a>. 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 <a href="https://www.youtube.com/user/VispTeam">YouTube channel</a> 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 <a href="https://team.inria.fr/rainbow">Rainbow team</a> and before 2018 by <a href="https://team.inria.fr/lagadic">Lagadic team</a>. 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 <a href="https://www.youtube.com/user/VispTeam">YouTube channel</a> 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 <a href="https://inria.hal.science/inria-00351899">ViSP</a> in your publications if it helps your research:
```
@article{Marchand05b,
Author = {Marchand, E. and Spindler, F. and Chaumette, F.},
Expand All @@ -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 <a href="https://inria.hal.science/hal-01853972v1">generic model-based tracker</a>:
```
@InProceedings{Trinh18a,
Author = {Trinh, S. and Spindler, F. and Marchand, E. and Chaumette, F.},
Expand All @@ -55,6 +55,19 @@ To cite the generic model-based tracker:
Year = {2018}
}
```
To cite <a href="https://hal.science/hal-01246370v1">pose estimation algorithms and hands-on survey</a> illustrated with <a href="https://github.com/lagadic/camera_localization">ViSP examples</a>:
```
@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
Expand Down
6 changes: 3 additions & 3 deletions doc/mainpage.dox.in
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ To learn ViSP, we propose a lot of tutorials that show the basic use of <a href=

\section Citing_ViSP Citing ViSP

Please cite ViSP in your publications if it helps your research:
Please cite <a href="https://inria.hal.science/inria-00351899">ViSP</a> in your publications if it helps your research:
```
@article{Marchand05b,
Author = {Marchand, E. and Spindler, F. and Chaumette, F.},
Expand All @@ -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 <a href="https://inria.hal.science/hal-01853972v1">generic model-based tracker</a>:
```
@InProceedings{Trinh18a,
Author = {Trinh, S. and Spindler, F. and Marchand, E. and Chaumette, F.},
Expand All @@ -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 <a href="https://hal.science/hal-01246370v1">pose estimation algorithms and hands-on survey</a> illustrated with <a href="https://github.com/lagadic/camera_localization">ViSP examples</a>:
```
@article{Marchand16a,
Author = {Marchand, E. and Uchiyama, H. and Spindler, F.},
Expand Down

0 comments on commit 1940916

Please sign in to comment.