File: tutorial-python-sphinx-doc.dox

package info (click to toggle)
visp 3.7.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 166,384 kB
  • sloc: cpp: 392,705; ansic: 224,448; xml: 23,444; python: 13,701; java: 4,792; sh: 207; objc: 145; makefile: 118
file content (11 lines) | stat: -rw-r--r-- 524 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
/**

\page tutorial-python-sphinx-doc Tutorial: ViSP Python bindings documentation and examples

ViSP Python binding documentation is available [here](https://visp-doc.inria.fr/doxygen/visp-python-daily/).

There are some examples written in Python that are documented [here](https://visp-doc.inria.fr/doxygen/visp-python-daily/rst/tutorials/tutorials.html).

These examples are also embedded in ViSP source code in [modules/python/examples/](https://github.com/lagadic/visp/tree/master/modules/python/examples) folder.

*/