Skip to content

Latest commit

 

History

History
105 lines (68 loc) · 3.12 KB

README.rst

File metadata and controls

105 lines (68 loc) · 3.12 KB

scikit-surgeryutils

Logo GitHub Actions CI statuss Test coverage Documentation Status

scikit-surgeryutils is a python project containing small demo apps, and small command apps, the sort of thing that probably doesn't warrant its own project.

  • sksurgeryvideolag.py - shows a millisecond timer and video image to measure lag.
  • sksurgerycharucotest.py - extracts charuco points and annotates video image with each id detected.
  • sksurgeryrendermodelslikecamera.py - renders a VTK model, using OpenCV camera intrinsics.

scikit-surgeryutils is part of the SNAPPY software project, developed at the Wellcome EPSRC Centre for Interventional and Surgical Sciences, part of University College London (UCL).

Installing

You can pip install directly from the repository as follows:

pip install git+https://github.com/UCL/scikit-surgeryutils

Developing

Cloning

You can clone the repository using the following command:

git clone https://github.com/UCL/scikit-surgeryutils

Running the tests

You can run the unit tests by installing and running tox:

pip install tox
tox

Encountering Problems?

Please check list of common issues.

Contributing

Please see the contributing guidelines.

Useful links

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.