https://github.com/jpvolt/cameracalibrationgui
Camera calibration GUI util for CameraCalibration library.
https://github.com/jpvolt/cameracalibrationgui
gui opencv stereo-vision utility
Last synced: about 2 months ago
JSON representation
Camera calibration GUI util for CameraCalibration library.
- Host: GitHub
- URL: https://github.com/jpvolt/cameracalibrationgui
- Owner: jpvolt
- License: mit
- Created: 2019-02-13T23:39:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T02:52:17.000Z (over 7 years ago)
- Last Synced: 2025-07-03T13:05:31.719Z (12 months ago)
- Topics: gui, opencv, stereo-vision, utility
- Language: C++
- Homepage:
- Size: 2.63 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CameraCalibrationGUI
Camera calibration GUI util for opencv library [CameraCalibration](https://github.com/jpvolt/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?