Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 810 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 810 Bytes

DGELOM(R) Camera Calibration Library

A C++ library for camera calibration.

System Requirements

Camera calibration lib supports Intel 64 architecture and compatible architectures. The library is optimized for the systems based on

  • Intel(R) Core(TM) processor - 5th, 6th, 7th, and 8th generation
  • Intel(R) Xeon(R) processor E5 v3 family (formerly Haswell)

and compatible processors.

The software dependencies are:

  • OpenCV 3.4.0
  • C++ compiler with C++11 standart support (at least)
  • Optinal dependencies:
    • Intel OpenMP
    • CUDA 8.0 or later

Reference

BibTex

@misc{Su:2019, author = {Zhilong Su}, year = {2019}, url = {https://github.com/ZL-Su/Monocamera_calibration}, urldate = {April 09, 2019}, title = {Camera Calibration Library} }