Author: Stephen Thompson
ArUcoPatternMaker is part of the SNAPPY software project, developed at the Wellcome EPSRC Centre for Interventional and Surgical Sciences, part of University College London (UCL).
ArUcoPatternMaker supports Python 2.7 and Python 3.6.
ArUcoPatternMaker is currently a demo project, which will add/multiply two numbers. Example usage:
python arucopatternmaker.py 5 8 python arucopatternmaker.py 3 6 --multiply
Please explore the project structure, and implement your own functionality.
You can clone the repository using the following command:
git clone https://github.com/thompson318/ArUcoPatternMaker
Pytest is used for running unit tests:
pip install pytest python -m pytest
This code conforms to the PEP8 standard. Pylint can be used to analyse the code:
pip install pylint pylint --rcfile=tests/pylintrc arucopatternmaker
You can pip install directly from the repository as follows:
pip install git+https://github.com/thompson318/ArUcoPatternMaker
Please see the contributing guidelines.
Copyright 2020 University College London. ArUcoPatternMaker is released under the BSD-3 license. Please see the license file for details.