Skip to content

fabio-d/camera-calibration-studio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera Calibration Studio (ccs)

GUI for OpenCV's camera calibration routines

Quickstart (Ubuntu 18.04 LTS)

Open a terminal in this folder and run the following commands:

# Download prerequisites and source code
sudo apt install cmake g++ git libopencv-dev libv4l-dev pkg-config qtbase5-dev
git clone https://github.com/fabio-d/camera-calibration-studio

# Compile camera-calibration-studio
cd camera-calibration-studio
mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=../install ..
make install

# Run camera-calibration-studio
cd ../install
./ccs

About

GUI for OpenCV's camera calibration routines

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published