SciKit-Surgery / scikit-surgerytutorial01

Our first tutorial, make your own Augmented Reality app.
https://scikit-surgerytutorial01.readthedocs.io/en/latest/?badge=latest
Other
6 stars 1 forks source link
aruco augmented-reality scikit-surgery ucl

SciKit-Surgery Augmented Reality Tutorial

.. image:: https://github.com/SciKit-Surgery/scikit-surgerytutorial01/raw/master/project-icon.gif :height: 128px :width: 128px :target: https://github.com/SciKit-Surgery/scikit-surgeryturorial01 :alt: Logo

|

.. image:: https://readthedocs.org/projects/scikit-surgerytutorial01/badge/?version=latest :target: https://scikit-surgerytutorial01.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status`

.. image:: https://img.shields.io/badge/Cite-SciKit--Surgery-informational :target: https://doi.org/10.1007/s11548-020-02180-5 :alt: The SciKit-Surgery paper

.. image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg :target: CODE_OF_CONDUCT.md

.. image:: https://img.shields.io/badge/MICCAI%20Educational%20Challenge-Finalist-yellow :target: https://miccai-sb.github.io/materials.html#mec2019 :alt: Finalist in 2019 MICCAI Educational Challenge

.. image:: https://img.shields.io/twitter/follow/scikit_surgery?style=social :target: https://twitter.com/scikit_surgery?ref_src=twsrc%5Etfw :alt: Follow scikit_surgery on twitter

Author(s): Stephen Thompson. Contributor(s): Miguel Xochicale, Mian Asbat Ahmad and Matt Clarkson.

This is the SciKit-Surgery Augmented Reality Tutorial. It will teach you how to write an augmented reality application, showing a rendered model on top of a live video feed.

The SciKit-Surgery Augmented Reality Tutorial is part of the SciKit-Surgery software project, developed at the Wellcome EPSRC Centre for Interventional and Surgical Sciences, part of University College London (UCL). SciKit-Surgery is a suite of Python modules developed to accelerate the translation of basic science into clinical applications.

The SciKit-Surgery Augmented Reality Tutorial has been tested with Python 2.7 and Python 3.6 and Python 3.7.

Purpose

This tutorial guides the user in producing a simple augmented reality application using some of the SciKit-Surgery libraries. The tutorial is intended to show how SciKit-Surgery can be used to quickly develop applications that include;

To remain accessible to novice programmers the tutorial tries to avoid issues such as parsing command line arguments, event loops and GUI design.

Cloning ^^^^^^^

You can clone the repository using the following command:

::

git clone https://github.com/SciKit-Surgery/SciKit-SurgeryTutorial01

Contributing ^^^^^^^^^^^^

Please see the contributing guidelines_.

Useful links ^^^^^^^^^^^^

Licensing and copyright

Copyright 2019 University College London. The SciKit-Surgery Augmented Reality Tutorial is released under the BSD-3 license. Please see the license file_ for details.

Acknowledgements

Supported by Wellcome and EPSRC.

.. Wellcome EPSRC Centre for Interventional and Surgical Sciences: http://www.ucl.ac.uk/weiss .. source code repository: https://github.com/SciKit-Surgery/SciKit-SurgeryTutorial01 .. Documentation: https://SciKit-SurgeryTutorial01.readthedocs.io .. SciKit-Surgery: https://github.com/SciKit-Surgery/scikit-surgery/wiki .. University College London (UCL): http://www.ucl.ac.uk/ .. Wellcome: https://wellcome.ac.uk/ .. EPSRC: https://www.epsrc.ac.uk/ .. contributing guidelines: https://github.com/SciKit-Surgery/SciKit-SurgeryTutorial01/blob/master/CONTRIBUTING.rst .. _license file: https://github.com/SciKit-Surgery/SciKit-SurgeryTutorial01/blob/master/LICENSE