zhang

Numpy implementation of Z. Zhang's camera calibration algorithm

Stars
35

Zhang Camera Calibration

This repository contains the implementation of Zhang 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