Metadata-Version: 2.3
Name: cameratransform
Version: 1.2.1
Summary: Projects coordinates from 2D to 3D and can fit camera parameters
License: MIT
Author: Richard Gerum
Author-email: 14153051+rgerum@users.noreply.github.com
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: matplotlib[projecting-top-view] (>=3.10.3,<4.0.0)
Requires-Dist: nbsphinx[docs] (>=0.9.7,<0.10.0)
Requires-Dist: numpy (>=2.3.1,<3.0.0)
Requires-Dist: opencv-python[projecting-top-view] (>=4.11.0.86,<5.0.0.0)
Requires-Dist: pandas (>=2.3.0,<3.0.0)
Requires-Dist: pillow[exif-extraction] (>=11.3.0,<12.0.0)
Requires-Dist: requests[exif-extraction] (>=2.32.4,<3.0.0)
Requires-Dist: scipy (>=1.16.0,<2.0.0)
Requires-Dist: sphinx-rtd-theme[docs] (>=3.0.2,<4.0.0)
Requires-Dist: tqdm (>=4.67.1,<5.0.0)
Description-Content-Type: text/markdown

# CameraTransform

[![DOC](https://readthedocs.org/projects/cameratransform/badge/)](https://cameratransform.readthedocs.io)
[![test](https://github.com/rgerum/cameratransform/actions/workflows/test.yml/badge.svg)](https://github.com/rgerum/cameratransform/actions/workflows/test.yml)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![DOI](https://img.shields.io/badge/DOI-10.1016/j.softx.2019.100333-blue.svg)](https://doi.org/10.1016/j.softx.2019.100333)


CameraTransform is a python package which can be used to fit camera transformations and apply them to project points
from the camera space to the world space and back.

For installation and usage please refere to the [Documentation](http://cameratransform.readthedocs.org/).

