Flexible Camera Calibration


Keywords
camera, calibration
License
MIT
Install
pip install flexiblecc==1.0.0

Documentation

Flexible-Camera-Calibration

Flexible Camera Calibration

Report detailing the implementation and test of the module: Report

Demo there show use of this module:

  • Open In Colab

Python implementation of:

  • Schöps, T., Larsson, V., Pollefeys, M., & Sattler, T. (2019). Why Having 10,000 Parameters in Your Camera Model is Better Than Twelve. http://arxiv.org/abs/1912.02908
  • Ramalingam, S., & Sturm, P. (2017). A Unifying Model for Camera Calibration. IEEE Transactions on Pattern Analysis and Machine Intelligence, 39(7), 1309–1319. https://doi.org/10.1109/TPAMI.2016.2592904

Installation

  • Recommended: Install flexiblecc from PyPI:
pip install flexiblecc
  • Alternatively: install flexiblecc from the GitHub source:

First, clone flexiblecc using git:

git clone https://github.com/SimonLBSoerensen/Flexible-Camera-Calibration

Then, cd to the folder and run the install command:

cd Flexible-Camera-Calibration
python setup.py install