-
Notifications
You must be signed in to change notification settings - Fork 287
Home
Fabien Spindler edited this page Oct 20, 2015
·
15 revisions
ViSP standing for Visual Servoing Platform is a modular cross platform library that allows prototyping and developing applications using visual tracking and visual servoing technics at the heart of the researches done by Inria 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.
- Homepage: http://visp.inria.fr
- Documentation: http://visp-doc.inria.fr/doxygen/visp-daily
- Q&A forum: http://gforge.inria.fr/forum/?group_id=397
- Issue tracking: https://github.com/lagadic/visp/issues
-
Getting ViSP source code
git clone https://github.com/lagadic/visp.git
-
Forking ViSP repository Forking ViSP repository is a simple two-step process.
- On GitHub, navigate to the visp repository.
- In the top-right corner of the page, click Fork.
-
How to pull request