Helper routines for using multiple, inexpensive calibrated and synchronized cameras for 3D scientific use.


Keywords
calibration, camera, photogrammetry
License
GPL-3.0
Install
pip install argus==0.0.11

Documentation

Omnidirectional camera extensions

Dennis Evangelista, Pranav Khandelwal, and Dylan Ray, 2015

Description

argus.ocam includes a Python port of undistortion routines based on Scaramuzza's OCamCalib Matlab toolbox. The routines are compatible with omnidirectional camera models from Scaramuzza et al (2006) as extended by Urban et al (2015).

References

@inproceedings{scaramuzza2006toolbox,
title={A toolbox for easily calibrating omnidirectional cameras},
author={Scaramuzza, Davide and Martinelli, Agostino and Siegwart, Roland},
booktitle={Intelligent Robots and Systems, 2006 IEEE/RSJ International Conference on},
pages={5695--5701},
year={2006},
organization={IEEE}}

@article{urban2015improved,
title={Improved wide-angle, fisheye and omnidirectional camera calibration},
author={Urban, Steffen and Leitloff, Jens and Hinz, Stefan},
journal={ISPRS Journal of Photogrammetry and Remote Sensing},
volume={108},
pages={72--79},
year={2015},
publisher={Elsevier}}

Links

OCamCalib Matlab Toolbox from Scaramuzza et al (2006).

Improved OCamCalib from Urban et al (2015).

The Argus GUI is here [https://kilmoretrout@bitbucket.org/kilmoretrout/argus_gui], or visit [http://argus.web.unc.edu] for Windows and MacOS builds.

Thanks to:

others