Metadata-Version: 2.4
Name: compas_camcal
Version: 0.1.1
Summary: Camera calibration tools developed by the CoMPAS lab.
Author-email: Kevin Barnard <kbarnard@mbari.org>
License-Expression: Apache-2.0
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: dataclasses-json>=0.6
Requires-Dist: matplotlib>=3.7
Requires-Dist: numpy>=1.26
Requires-Dist: opencv-python>=4.8
Requires-Dist: pandas>=2.0
Requires-Dist: scikit-learn>=1.3
Description-Content-Type: text/markdown

# compas_camcal

Camera calibration tools developed by the [CoMPAS](https://www.mbari.org/technology/compas/) lab.

[![CI](https://github.com/CoMPASLab/compas_camcal/actions/workflows/ci.yml/badge.svg)](https://github.com/CoMPASLab/compas_camcal/actions/workflows/ci.yml)
[![Docs](https://github.com/CoMPASLab/compas_camcal/actions/workflows/docs.yml/badge.svg)](https://github.com/CoMPASLab/compas_camcal/actions/workflows/docs.yml)

**Documentation:** https://compaslab.github.io/compas_camcal/

## Installation

```bash
pip install compas_camcal
```

## Development

Install [uv](https://docs.astral.sh/uv/), then:

```bash
uv sync --group dev
uv run prek install
```

To serve the docs locally:

```bash
uv run mkdocs serve
```

---

&copy; Monterey Bay Aquarium Research Institute, 2022.
