Metadata-Version: 2.1
Name: cameramodels
Version: 0.2.10
Summary: A python library for cameramodels
Home-page: https://github.com/iory/cameramodels
Author: iory
Author-email: ab.ioryz@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: Implementation :: CPython
Description-Content-Type: text/markdown
Provides-Extra: all
License-File: LICENSE

# Camera Models

[![Build Status](https://github.com/iory/cameramodels/workflows/Run%20Tests/badge.svg?branch=master)](https://github.com/iory/cameramodels/actions)

<h4>
    <a href="https://cameramodels.readthedocs.io/en/latest/">Documentation</a> |
    <a href="https://cameramodels.readthedocs.io/en/latest/reference/index.html">Python API</a> |
</h4>

Manipulate Camera Library.

## Installation

```bash
pip install cameramodels
```

If you would like to use `open3d` conversion functions,

```bash
pip install cameramodels[all]
```
