scikit-surgeryutils
===============================
.. image:: https://github.com/SciKit-Surgery/scikit-surgeryutils/raw/master/weiss_logo.png
:height: 128px
:width: 128px
:target: https://github.com/SciKit-Surgery/scikit-surgeryutils
:alt: Logo
|
.. image:: https://github.com/SciKit-Surgery/scikit-surgeryutils/workflows/.github/workflows/ci.yml/badge.svg
:target: https://github.com/SciKit-Surgery/scikit-surgeryutils/actions
:alt: GitHub Actions CI statuss
.. image:: https://coveralls.io/repos/github/SciKit-Surgery/scikit-surgeryutils/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/SciKit-Surgery/scikit-surgeryutils?branch=master
:alt: Test coverage
.. image:: https://readthedocs.org/projects/scikit-surgeryutils /badge/?version=latest
:target: http://scikit-surgeryutils .readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
:target: CODE_OF_CONDUCT.md
.. 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
scikit-surgeryutils 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-surgeryutils containing small demo apps and utilities.
.. features-start
Features
--------
* `Common overlay apps <https://scikit-surgeryutils.readthedocs.io/en/latest/module_ref.html#module-sksurgeryutils.common_overlay_apps>`_ - Examples of common uses of scikit-surgeryvtk's VTKOverlayWindow. Includes overlaying on a video feed, duplicating a feed.
Command Line Apps
-----------------
* sksurgeryvideolag.py - shows a millisecond timer and video image to crudely measure measure lag.
* sksurgerycharucotest.py - extracts charuco points and annotates video image with each id detected.
* sksurgeryrendermodelslikecamera.py - renders a VTK model, over background image, using OpenCV camera intrinsics.
* sksurgerymakecalibrationdots.py - Create a calibraiton dot pattern.
* sksurgeryreslice.py - DICOM reslice widget demo.
* sksurgerytextoverlay.py - VTK text overlay demo.
* sksurgerytransformpolydata.py - Read a surface mesh (.vtk,.vtp,.stl,.ply file), transform by 4x4 matrix and write as .vtk.
.. features-end
Installing
----------
You can pip install directly from the repository as follows:
::
pip install git+https://github.com/SciKit-Surgery/scikit-surgeryutils
Developing
----------
Cloning
^^^^^^^
You can clone the repository using the following command:
::
git clone https://github.com/SciKit-Surgery/scikit-surgeryutils
Running the tests
^^^^^^^^^^^^^^^^^
You can run the unit tests by installing and running tox:
::
pip install tox
tox
Contributing
^^^^^^^^^^^^
Please see the `contributing guidelines`_.
Useful links
^^^^^^^^^^^^
* `Source code repository`_
* `Documentation`_
Licensing and copyright
-----------------------
Copyright 2018 University College London.
scikit-surgeryutils 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-surgeryutils
.. _`Documentation`: https://scikit-surgeryutils.readthedocs.io
.. _`SciKit-Surgery`: https://github.com/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-surgeryutils/blob/master/CONTRIBUTING.rst
.. _`license file`: https://github.com/SciKit-Surgery/scikit-surgeryutils/blob/master/LICENSE
Raw data
{
"_id": null,
"home_page": "https://github.com/SciKit-Surgery/scikit-surgeryutils",
"name": "scikit-surgeryutils",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "medical imaging",
"author": "Matt Clarkson",
"author_email": "m.clarkson@ucl.ac.uk",
"download_url": "https://files.pythonhosted.org/packages/1d/38/4c2fd64942a9e99edc66b5703583e0831669ef0436298bc7c562e5cf3fd8/scikit-surgeryutils-1.2.1.tar.gz",
"platform": null,
"description": "scikit-surgeryutils \n===============================\n\n.. image:: https://github.com/SciKit-Surgery/scikit-surgeryutils/raw/master/weiss_logo.png\n :height: 128px\n :width: 128px\n :target: https://github.com/SciKit-Surgery/scikit-surgeryutils \n :alt: Logo\n\n|\n\n.. image:: https://github.com/SciKit-Surgery/scikit-surgeryutils/workflows/.github/workflows/ci.yml/badge.svg\n :target: https://github.com/SciKit-Surgery/scikit-surgeryutils/actions\n :alt: GitHub Actions CI statuss\n\n.. image:: https://coveralls.io/repos/github/SciKit-Surgery/scikit-surgeryutils/badge.svg?branch=master&service=github\n :target: https://coveralls.io/github/SciKit-Surgery/scikit-surgeryutils?branch=master\n :alt: Test coverage\n\n.. image:: https://readthedocs.org/projects/scikit-surgeryutils /badge/?version=latest\n :target: http://scikit-surgeryutils .readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n\n.. image:: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg\n :target: CODE_OF_CONDUCT.md\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\nscikit-surgeryutils 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\nscikit-surgeryutils containing small demo apps and utilities.\n\n.. features-start\n\nFeatures\n--------\n* `Common overlay apps <https://scikit-surgeryutils.readthedocs.io/en/latest/module_ref.html#module-sksurgeryutils.common_overlay_apps>`_ - Examples of common uses of scikit-surgeryvtk's VTKOverlayWindow. Includes overlaying on a video feed, duplicating a feed.\n\nCommand Line Apps\n-----------------\n* sksurgeryvideolag.py - shows a millisecond timer and video image to crudely measure measure lag.\n* sksurgerycharucotest.py - extracts charuco points and annotates video image with each id detected.\n* sksurgeryrendermodelslikecamera.py - renders a VTK model, over background image, using OpenCV camera intrinsics.\n* sksurgerymakecalibrationdots.py - Create a calibraiton dot pattern.\n* sksurgeryreslice.py - DICOM reslice widget demo.\n* sksurgerytextoverlay.py - VTK text overlay demo.\n* sksurgerytransformpolydata.py - Read a surface mesh (.vtk,.vtp,.stl,.ply file), transform by 4x4 matrix and write as .vtk.\n\n.. features-end\n\nInstalling\n----------\n\nYou can pip install directly from the repository as follows:\n\n::\n\n pip install git+https://github.com/SciKit-Surgery/scikit-surgeryutils\n\n\nDeveloping\n----------\n\nCloning\n^^^^^^^\n\nYou can clone the repository using the following command:\n\n::\n\n git clone https://github.com/SciKit-Surgery/scikit-surgeryutils\n\n\nRunning the tests\n^^^^^^^^^^^^^^^^^\n\nYou can run the unit tests by installing and running tox:\n\n::\n\n pip install tox\n tox\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 2018 University College London.\nscikit-surgeryutils 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-surgeryutils\n.. _`Documentation`: https://scikit-surgeryutils.readthedocs.io\n.. _`SciKit-Surgery`: https://github.com/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-surgeryutils/blob/master/CONTRIBUTING.rst\n.. _`license file`: https://github.com/SciKit-Surgery/scikit-surgeryutils/blob/master/LICENSE\n\n\n",
"bugtrack_url": null,
"license": "BSD-3 license",
"summary": "scikit-surgeryutils - Tests/demos utilities, based around opencv-contrib-python-headless and PySide2",
"version": "1.2.1",
"split_keywords": [
"medical",
"imaging"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "96b380fd0f2279c75b1f23298134290cc3fa2a9c3fed013ba54903681901ea7b",
"md5": "99ec6a8918bad0b3dcec2485b11cacc4",
"sha256": "509a01586aea87c1c55357d5345604fb1cdb57218b6d7cd2f62e09f33dd225d2"
},
"downloads": -1,
"filename": "scikit_surgeryutils-1.2.1-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "99ec6a8918bad0b3dcec2485b11cacc4",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 35374,
"upload_time": "2023-01-24T10:28:16",
"upload_time_iso_8601": "2023-01-24T10:28:16.790699Z",
"url": "https://files.pythonhosted.org/packages/96/b3/80fd0f2279c75b1f23298134290cc3fa2a9c3fed013ba54903681901ea7b/scikit_surgeryutils-1.2.1-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1d384c2fd64942a9e99edc66b5703583e0831669ef0436298bc7c562e5cf3fd8",
"md5": "11c57d2fa728e5ac32d286c983762bd5",
"sha256": "de235687ff97fc37c7d85a3a6d4fa57791731008fa41210cbac97ee388d3e8f7"
},
"downloads": -1,
"filename": "scikit-surgeryutils-1.2.1.tar.gz",
"has_sig": false,
"md5_digest": "11c57d2fa728e5ac32d286c983762bd5",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 34554,
"upload_time": "2023-01-24T10:28:18",
"upload_time_iso_8601": "2023-01-24T10:28:18.481098Z",
"url": "https://files.pythonhosted.org/packages/1d/38/4c2fd64942a9e99edc66b5703583e0831669ef0436298bc7c562e5cf3fd8/scikit-surgeryutils-1.2.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-01-24 10:28:18",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "SciKit-Surgery",
"github_project": "scikit-surgeryutils",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "scikit-surgeryutils"
}