scikit-surgerybard


Namescikit-surgerybard JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/SciKit-Surgery/scikit-surgerybard
Summaryscikit-surgerybard is a Basic Augmented Reality Demo (BARD)based on scikit-surgery (SNAPPY)
upload_time2023-06-28 06:20:11
maintainer
docs_urlNone
authorStephen Thompson
requires_python
licenseBSD-3 license
keywords medical imaging
VCS
bugtrack_url
requirements numpy glob2 pyside6 scikit-surgerycalibration scikit-surgerycore scikit-surgeryutils scikit-surgeryvtk scikit-surgeryarucotracker opencv-contrib-python-headless
Travis-CI No Travis.
coveralls test coverage
            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.8. 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
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/SciKit-Surgery/scikit-surgerybard",
    "name": "scikit-surgerybard",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "medical imaging",
    "author": "Stephen Thompson",
    "author_email": "s.thompson@ucl.ac.uk",
    "download_url": "https://files.pythonhosted.org/packages/3c/dc/2e93b2ad79040f77c14b291e3517076ae30d51c0656cfe05b8dc2c1588bf/scikit-surgerybard-1.0.0.tar.gz",
    "platform": null,
    "description": "Basic Augmented Reality Demo.\n===============================\n\n.. image:: https://github.com/SciKit-Surgery/scikit-surgerybard/raw/master/sksbard_logo.png\n   :height: 128px\n   :width: 128px\n   :target: https://github.com/SciKit-Surgery/scikit-surgerybard\n   :alt: Logo\n\n|\n\n.. image:: https://github.com/SciKit-Surgery/scikit-surgerybard/workflows/.github/workflows/ci.yml/badge.svg \n   :target: https://github.com/SciKit-Surgery/scikit-surgerybard/actions\n   :alt: Travis CI test status\n\n.. image:: https://coveralls.io/repos/github/SciKit-Surgery/scikit-surgerybard/badge.svg?branch=master&service=github\n    :target: https://coveralls.io/github/SciKit-Surgery/scikit-surgerybard?branch=master\n    :alt: Test coverage\n\n.. image:: https://readthedocs.org/projects/scikit-surgerybard/badge/?version=latest\n    :target: http://scikit-surgerybard.readthedocs.io/en/latest/?badge=latest\n    :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/Video-BARD-blueviolet\n   :target: https://youtu.be/frviS--x5y4\n   :alt: SciKit-SurgeryBARD Demonstration on YouTube\n\n.. image:: https://img.shields.io/badge/Cite-SciKit--Surgery-informational\n   :target: https://doi.org/10.1007/s11548-020-02180-5\n   :alt: The SciKit-Surgery paper\n\n.. image:: https://img.shields.io/twitter/follow/scikit_surgery?style=social\n   :target: https://twitter.com/scikit_surgery?ref_src=twsrc%5Etfw\n   :alt: Follow scikit_surgery on twitter\n\n\nAuthor(s): Miguel Xochicale, Thomas Dowrick, Stephen Thompson and Matt Clarkson;\nContributor(s): Mian Ahmad.\n\nBasic 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)`_.\n\nThe BARD is tested on Python 3.8. and may support other Python versions.\n\n\nDeveloping\n----------\n\n\nEncountering Problems?\n^^^^^^^^^^^^^^^^^^^^^^\nPlease get in touch or raise an `issue`_.\n\n\nContributing\n^^^^^^^^^^^^\n\nPlease see the `contributing guidelines`_.\n\n\nUseful links\n^^^^^^^^^^^^\n\n* `Source code repository`_\n* `Documentation`_\n\n\nLicensing and copyright\n-----------------------\n\nCopyright 2019 University College London.\nBasic Augmented Reality Demo. is released under the BSD-3 license. Please see the `license file`_ for details.\n\n\nAcknowledgements\n----------------\n\nSupported by `Wellcome`_ and `EPSRC`_.\n\n\n.. _`Wellcome EPSRC Centre for Interventional and Surgical Sciences`: http://www.ucl.ac.uk/weiss\n.. _`source code repository`: https://github.com/SciKit-Surgery/scikit-surgerybard\n.. _`Documentation`: https://scikit-surgerybard.readthedocs.io\n.. _`SciKit-Surgery`: https://github.com/SciKit-Surgery/scikit-surgery/\n.. _`University College London (UCL)`: http://www.ucl.ac.uk/\n.. _`Wellcome`: https://wellcome.ac.uk/\n.. _`EPSRC`: https://www.epsrc.ac.uk/\n.. _`contributing guidelines`: https://github.com/SciKit-Surgery/scikit-surgerybard/blob/master/CONTRIBUTING.rst\n.. _`license file`: https://github.com/SciKit-Surgery/scikit-surgerybard/blob/master/LICENSE\n.. _`issue`: https://github.com/SciKit-Surgery/scikit-surgerybard/issues/new",
    "bugtrack_url": null,
    "license": "BSD-3 license",
    "summary": "scikit-surgerybard is a Basic Augmented Reality Demo (BARD)based on scikit-surgery (SNAPPY)",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/SciKit-Surgery/scikit-surgerybard"
    },
    "split_keywords": [
        "medical",
        "imaging"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cdc2e93b2ad79040f77c14b291e3517076ae30d51c0656cfe05b8dc2c1588bf",
                "md5": "bfa9863abc030e7077889c744cd4ef92",
                "sha256": "ec75c602f1c259d70a01938929f2f55e5483fbe500e8f3ca59ee951b735e3a4b"
            },
            "downloads": -1,
            "filename": "scikit-surgerybard-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bfa9863abc030e7077889c744cd4ef92",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 44341,
            "upload_time": "2023-06-28T06:20:11",
            "upload_time_iso_8601": "2023-06-28T06:20:11.963913Z",
            "url": "https://files.pythonhosted.org/packages/3c/dc/2e93b2ad79040f77c14b291e3517076ae30d51c0656cfe05b8dc2c1588bf/scikit-surgerybard-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-28 06:20:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "SciKit-Surgery",
    "github_project": "scikit-surgerybard",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "glob2",
            "specs": []
        },
        {
            "name": "pyside6",
            "specs": [
                [
                    ">=",
                    "6.5.1.1"
                ]
            ]
        },
        {
            "name": "scikit-surgerycalibration",
            "specs": [
                [
                    ">=",
                    "0.2.4"
                ]
            ]
        },
        {
            "name": "scikit-surgerycore",
            "specs": [
                [
                    ">=",
                    "0.6.10"
                ]
            ]
        },
        {
            "name": "scikit-surgeryutils",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "scikit-surgeryvtk",
            "specs": [
                [
                    ">=",
                    "2.0.1"
                ]
            ]
        },
        {
            "name": "scikit-surgeryarucotracker",
            "specs": [
                [
                    ">=",
                    "1.0.1"
                ]
            ]
        },
        {
            "name": "opencv-contrib-python-headless",
            "specs": [
                [
                    ">=",
                    "4.2.0.32"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "scikit-surgerybard"
}
        
Elapsed time: 1.81825s