Metadata-Version: 2.4
Name: scikit-surgerybard
Version: 1.2.0
Summary: scikit-surgerybard is a Basic Augmented Reality Demo (BARD)based on scikit-surgery (SNAPPY)
Home-page: https://github.com/SciKit-Surgery/scikit-surgerybard
Author: Stephen Thompson
Author-email: s.thompson@ucl.ac.uk
License: BSD-3 license
Keywords: medical imaging
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: numpy>=2.0.0
Requires-Dist: glob2
Requires-Dist: pyside6>=6.5.1.1
Requires-Dist: opencv-contrib-python-headless>=4.10.0.84
Requires-Dist: scikit-surgerycore>=0.6.10
Requires-Dist: scikit-surgerycalibration>=1.0.0
Requires-Dist: scikit-surgeryutils>=2.1.0
Requires-Dist: scikit-surgeryvtk>=2.3.0
Requires-Dist: scikit-surgeryarucotracker>=1.1.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Basic Augmented Reality Demo.
===============================

.. image:: https://github.com/SciKit-Surgery/scikit-surgerybard/raw/master/sksbard_logo.png
   :height: 128px
   :width: 128px
   :target: https://github.com/SciKit-Surgery/scikit-surgerybard
   :alt: Logo

|

.. image:: https://github.com/SciKit-Surgery/scikit-surgerybard/workflows/.github/workflows/ci.yml/badge.svg 
   :target: https://github.com/SciKit-Surgery/scikit-surgerybard/actions
   :alt: Travis CI test status

.. image:: https://coveralls.io/repos/github/SciKit-Surgery/scikit-surgerybard/badge.svg?branch=master&service=github
    :target: https://coveralls.io/github/SciKit-Surgery/scikit-surgerybard?branch=master
    :alt: Test coverage

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

.. image:: https://img.shields.io/badge/Video-BARD-blueviolet
   :target: https://youtu.be/frviS--x5y4
   :alt: SciKit-SurgeryBARD Demonstration on YouTube

.. 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/twitter/follow/scikit_surgery?style=social
   :target: https://twitter.com/scikit_surgery?ref_src=twsrc%5Etfw
   :alt: Follow scikit_surgery on twitter


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

Basic Augmented Reality Demo (BARD) 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)`_.

The BARD is tested on Python 3.9, 3.10 and 3.11 and may support other Python versions.


Developing
----------


Encountering Problems?
^^^^^^^^^^^^^^^^^^^^^^
Please get in touch or raise an `issue`_.


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

Please see the `contributing guidelines`_.


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

* `Source code repository`_
* `Documentation`_


Licensing and copyright
-----------------------

Copyright 2019 University College London.
Basic Augmented Reality Demo. 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-surgerybard
.. _`Documentation`: https://scikit-surgerybard.readthedocs.io
.. _`SciKit-Surgery`: https://github.com/SciKit-Surgery/scikit-surgery/
.. _`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-surgerybard/blob/master/CONTRIBUTING.rst
.. _`license file`: https://github.com/SciKit-Surgery/scikit-surgerybard/blob/master/LICENSE
.. _`issue`: https://github.com/SciKit-Surgery/scikit-surgerybard/issues/new
