jpvolt / CameraCalibrationGUI

Camera calibration GUI util for CameraCalibration library.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CameraCalibrationGUI

Camera calibration GUI util for opencv library CameraCalibration

How to build:

requirements:

  • Linux
  • Cmake
  • Sdl2
  • Opencv3.4+
  • g++

Building:

if on ubuntu:

-sudo apt install cmake libsdl2-dev g++

  • git clone https://github.com/jpvolt/CameraCalibrationGUI
  • cd CameraCalibrationGUI
  • mkdir build
  • cd build
  • cmake ..
  • make -j4
  • ./DistortionCorrection

TODO

-MACOS support need diferent linkage of SDL2. -MACOS support need building through xcode -Improve building on Linux/MACOS - maybe install opencv/sdl2 automatically?

About

Camera calibration GUI util for CameraCalibration library.

License:MIT License


Languages

Language:C++ 97.0%Language:CMake 3.0%