Metadata-Version: 2.4
Name: pyCamSet
Version: 1.0.5
Summary: Object oriented cameras for computer vision
Home-page: https://github.com/rlav440/pyCamSet
Author: Robin Laven
Author-email: r.laven@auckland.ac.nz
License: "Apache-2.0"
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Requires-Dist: pyvista
Requires-Dist: scipy
Requires-Dist: matplotlib
Requires-Dist: opencv-python
Requires-Dist: tqdm
Requires-Dist: numba
Requires-Dist: natsort
Requires-Dist: coloredlogs
Requires-Dist: blosc
Requires-Dist: uniplot
Requires-Dist: scikit-learn
Requires-Dist: dill
Dynamic: license-file


# pyCamSet

pyCamSet is a python library for multi-camera calibration for MVS systems and instrumentation.

![Python 3](https://img.shields.io/badge/Python->=3.11-blue)
[![Contributors][contributors-shield]][contributors-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![GitHub issues-closed][issues-closed-shield]][issues-url]
[![License][license-shield]][license-url]
[![Contributor Covenant][code-of-conduct-shield]](CODE_OF_CONDUCT.md)
[![PyPI version fury.io][pypi-shield]][pypi-url]

[contributors-shield]: https://img.shields.io/github/contributors/rlav440/pyCamSet.svg?style=flat-square
[contributors-url]: https://github.com/rlav440/pyCamSet/graphs/contributors
[stars-shield]: https://img.shields.io/github/stars/rlav440/pyCamSet.svg?style=flat-square
[stars-url]: https://github.com/rlav440/pyCamSet/stargazers
[issues-shield]: https://img.shields.io/github/issues/rlav440/pyCamSet.svg?style=flat-square
[issues-url]: https://github.com/rlav440/pyCamSet/issues
[issues-closed-shield]: https://img.shields.io/github/issues-closed/rlav440/pyCamSet.svg
[issues-closed-url]: https://GitHub.com/SPARC-FAIR-Codeathon/sparc-me/issues?q=is%3Aissue+is%3Aclosed
[license-shield]: https://img.shields.io/github/license/rlav440/pyCamSet.svg?style=flat-square
[license-url]: https://github.com/rlav440/pyCamSet/blob/master/LICENSE
[code-of-conduct-shield]: https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg
[pypi-shield]: https://badge.fury.io/py/pyCamSet.svg
[pypi-url]: https://pypi.python.org/pypi/pyCamSet/

## Table of contents
* [About](#about)
* [Getting started](#getting-started)
* [Contributing](#contributing)
* [Reporting issues](#reporting-issues)
* [Contributors](#contributors)
* [Acknowledgements](#acknowledgements)


## About

## Getting started

### Pre-requisites 
- Python versions:
   - 3.11
###  Installing via PyPI

Here is the [link](https://pypi.org/project/pyCamSet/) to our project on PyPI
```
pip install pyCamSet
```

## Reporting issues 
To report an issue or suggest a new feature, please use the [issues page](https://github.com/rlav440/pyCamSet/issues). 
Please check existing issues before submitting a new one.

## Contributors

## Acknowledgements
