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: 10 months ago
JSON representation

Numpy implementation of Z. Zhang's camera calibration algorithm

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`