Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 764 Bytes

File metadata and controls

37 lines (24 loc) · 764 Bytes

ImmersightTools

Collection of utility methods.

  • convert from OpenCV to OpenGL matrix and vice versa.
  • I/O for intrinsic and extrinsic parameters
  • chessboard calibration

Getting Started

This library is used for the panorama generator.

Prerequisites

Tested with: Visual Studio 2015 and 2017 Install OpenCV (3.2)

Installing

Clone, Build, Compile.

git clone https://github.com/viscom-ulm/immersight-tools.git
cd immersight-tools
mkdir build && cd build
cmake .. -G "Visual Studio 15 2017 Win64"

Then open Visual Studio and build the solution.

Authors

Acknowledgments

  • Thanks to Julian Kreiser and Sebastian Maisch for help