scikit-surgeryarucotracker
SciKit-SurgeryArUcoTracker is an interface to OpenCV's ArUco tag tracking routines, that follows the same interface as other SciKit-Surgery trackers.
https://github.com/scikit-surgery/scikit-surgeryarucotracker
Science Score: 33.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
✓DOI references
Found 5 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
2 of 3 committers (66.7%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.9%) to scientific vocabulary
Keywords
aruco
augmented-reality
opencv-python
python
scikit-surgery
surgery
Keywords from Contributors
ucl
opencv
vtk
ndi
augmented-reality-applications
scikit-surgerybard
vtk-applications
tensorflow-tutorials
aruco-markers
camera-calibration
Last synced: 6 months ago
·
JSON representation
Repository
SciKit-SurgeryArUcoTracker is an interface to OpenCV's ArUco tag tracking routines, that follows the same interface as other SciKit-Surgery trackers.
Basic Info
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
- Releases: 1
Topics
aruco
augmented-reality
opencv-python
python
scikit-surgery
surgery
Created almost 6 years ago
· Last pushed almost 3 years ago
Metadata Files
Readme
Contributing
License
Code of conduct
README.rst
scikit-surgeryarucotracker
===============================
.. image:: https://github.com/SciKit-Surgery/scikit-surgeryarucotracker/raw/master/project-icon.gif
:height: 128px
:width: 128px
:target: https://github.com/SciKit-Surgery/scikit-surgeryarucotracker
:alt: Logo
|
.. image:: https://bestpractices.coreinfrastructure.org/projects/6116/badge
:target: https://bestpractices.coreinfrastructure.org/projects/6116
:alt: OpenSSF Best Practices
.. image:: https://github.com/SciKit-Surgery/scikit-surgeryarucotracker/workflows/.github/workflows/ci.yml/badge.svg
:target: https://github.com/SciKit-Surgery/scikit-surgeryarucotracker/actions/
:alt: GitHub CI test status
.. image:: https://coveralls.io/repos/github/SciKit-Surgery/scikit-surgeryarucotracker/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/SciKit-Surgery/scikit-surgeryarucotracker?branch=master
:alt: Test coverage
.. image:: https://readthedocs.org/projects/scikit-surgeryarucotracker/badge/?version=latest
:target: http://scikit-surgeryarucotracker.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/badge/Cite-SciKit--Surgery-informational
:target: https://doi.org/10.1007/s11548-020-02180-5
:alt: The SciKit-Surgery paper
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.3971640.svg
:target: https://doi.org/10.5281/zenodo.3971640
:alt: Software DOI
.. 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: Stephen Thompson
scikit-surgeryarucotracker provides a simple Python interface between OpenCV's ARuCo marker tracking libraries and other Python packages designed around scikit-surgerytrackers. It allows you to treat an object tracked using ARuCo markers in the same way as an object tracked using other tracking hardware (e.g. aruco - scikit-surgerynditracker).
scikit-surgeryarucotracker 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-surgeryarucotracker is tested with Python 3.6 and may support other Python versions.
.. features-start
.. features-end
Installing
----------
::
pip install scikit-surgeryarucotracker
Using
-----
Configuration is done using Python libraries. Tracking data is returned in NumPy arrays.
::
from sksurgeryarucotracker.arucotracker import ArUcoTracker
config = {
"video source" : 0
}
tracker = ArUcoTracker(config)
tracker.start_tracking()
print(tracker.get_frame())
tracker.stop_tracking()
tracker.close()
Developing
----------
Cloning
^^^^^^^
You can clone the repository using the following command:
::
git clone https://github.com/SciKit-Surgery/scikit-surgeryarucotracker
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 2019 University College London.
scikit-surgeryarucotracker 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-surgeryarucotracker
.. _`Documentation`: https://scikit-surgeryarucotracker.readthedocs.io
.. _`SciKit-Surgery`: https://github.com/UCL/scikit-surgery/wikis/home
.. _`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-surgeryarucotracker/blob/master/CONTRIBUTING.rst
.. _`license file`: https://github.com/SciKit-Surgery/scikit-surgeryarucotracker/blob/master/LICENSE
Owner
- Name: SciKit-Surgery
- Login: SciKit-Surgery
- Kind: organization
- Email: s.thompson@ucl.ac.uk
- Website: https://scikit-surgery.github.io/scikit-surgery/
- Twitter: scikit_surgery
- Repositories: 28
- Profile: https://github.com/SciKit-Surgery
Compact Libraries for Surgical Navigation
GitHub Events
Total
Last Year
Committers
Last synced: over 2 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| Stephen Thompson | s****n@u****k | 121 |
| Thomas Dowrick | t****k@g****m | 4 |
| Matt Clarkson | m****n@u****k | 3 |
Committer Domains (Top 20 + Academic)
ucl.ac.uk: 2
Issues and Pull Requests
Last synced: 8 months ago
All Time
- Total issues: 36
- Total pull requests: 21
- Average time to close issues: about 1 month
- Average time to close pull requests: about 1 hour
- Total issue authors: 4
- Total pull request authors: 3
- Average comments per issue: 0.89
- Average comments per pull request: 0.05
- Merged pull requests: 19
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- thompson318 (33)
- MattClarkson (1)
- tdowrick (1)
- mianasbat (1)
Pull Request Authors
- thompson318 (18)
- tdowrick (1)
- MattClarkson (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 227 last-month
- Total dependent packages: 2
- Total dependent repositories: 7
- Total versions: 22
- Total maintainers: 2
pypi.org: scikit-surgeryarucotracker
scikit-surgeryarucotracker is a simple tracking interface using ARuCo markers
- Homepage: https://github.com/SciKit-Surgery/scikit-surgeryarucotracker
- Documentation: https://scikit-surgeryarucotracker.readthedocs.io/
- License: BSD-3 license
-
Latest release: 1.0.3
published almost 3 years ago
Rankings
Dependent packages count: 3.1%
Dependent repos count: 5.6%
Downloads: 11.9%
Average: 15.6%
Stargazers count: 27.8%
Forks count: 29.8%
Maintainers (2)
Last synced:
6 months ago
Dependencies
requirements-dev.txt
pypi
- coverage * development
- coveralls * development
- mock * development
- parameterized * development
- pyfakefs * development
- pyinstaller * development
- pylint * development
- pytest * development
- sphinx * development
- sphinx_rtd_theme * development
- tox * development
requirements.txt
pypi
- numpy *
- opencv-contrib-python-headless *
- scikit-surgerycore >=0.6.9
setup.py
pypi
- numpy *
- opencv-contrib-python-headless *
- scikit-surgerycore >=0.6.9
.github/workflows/ci.yml
actions
- actions/checkout v2 composite
- actions/checkout master composite
- actions/setup-python v1 composite
- pypa/gh-action-pypi-publish master composite