Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onurtemizkan/zhang
Numpy implementation of Z. Zhang's camera calibration algorithm
https://github.com/onurtemizkan/zhang
camera-calibration computer-vision numpy python zhang
Last synced: 17 days ago
JSON representation
Numpy implementation of Z. Zhang's camera calibration algorithm
- Host: GitHub
- URL: https://github.com/onurtemizkan/zhang
- Owner: onurtemizkan
- Created: 2017-01-23T19:43:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-06-21T21:45:46.000Z (over 2 years ago)
- Last Synced: 2024-12-02T14:04:39.917Z (21 days ago)
- Topics: camera-calibration, computer-vision, numpy, python, zhang
- Language: Python
- Homepage:
- Size: 52.7 KB
- Stars: 34
- Watchers: 3
- Forks: 13
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zhang Camera Calibration
This repository contains the implementation of
[Zhang](https://www.microsoft.com/en-us/research/project/a-flexible-new-technique-for-camera-calibration-2/) Camera Calibration algorithm in Python## Usage
### Requirements
- `numpy`
- `scipy`
- `pipenv`
- `pylint`### Running
- Clone this repository
- Install dependencies: `pipenv install`
- Run a shell inside virtual environment: `pipenv shell`
- Run `main.py`