Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 446 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 446 Bytes

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