Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rgerum/cameratransform
- Owner: rgerum
- License: mit
- Created: 2019-09-02T07:18:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T04:03:52.000Z (9 months ago)
- Last Synced: 2024-04-13T13:04:42.984Z (9 months ago)
- Language: Python
- Homepage: http://cameratransform.readthedocs.org/
- Size: 8.65 MB
- Stars: 94
- Watchers: 8
- Forks: 25
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-coastal - rgerum/cameratransform - world coordinates and back again. (By topic / Terrestial and UAV video analysis)
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/).