Collection of utility methods.
- convert from OpenCV to OpenGL matrix and vice versa.
- I/O for intrinsic and extrinsic parameters
- chessboard calibration
This library is used for the panorama generator.
Tested with: Visual Studio 2015 and 2017 Install OpenCV (3.2)
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.
- Sebastian Hartwig - Panorama Generator
- Thanks to Julian Kreiser and Sebastian Maisch for help