scikit-surgerycore¶

scikit-surgerycore implements algorithms and tools that are common to all scikit-surgery packages.
scikit-surgerycore is part of the SNAPPY software project, developed at the Wellcome EPSRC Centre for Interventional and Surgical Sciences, part of University College London (UCL).
Features¶
- A Configuration Manager to load parameters from a .json file
- A Transform Manager to manage combinations of 4x4 transformation matrices
- Corresponding point (i.e Landmark) based registration, based on Arun et al., 1987.
- Validation functions, checking a numpy array is a camera matrix, rotation matrix, rigid transform etc.
Developing¶
Cloning¶
You can clone the repository using the following command:
git clone https://weisslab.cs.ucl.ac.uk/WEISS/SoftwareRepositories/SNAPPY/scikit-surgerycore
Contributing¶
Please see the contributing guidelines.
Useful links¶
Licensing and copyright¶
Copyright 2018 University College London. scikit-surgerycore is released under the BSD-3 license. Please see the license file for details.