Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rgerum/cameratransform

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.
https://github.com/rgerum/cameratransform

Last synced: about 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

        

# 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/).