Skip to content

smanthe/camera_calibration_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Camera Calibration

A simple tool for calibrating a camera and analyzing reprojection errors based on OpenCV.

Screenshot calibtool

Compilation

Mac OS

Install dependencies:

brew install qt5 opencv

Build the tool:

mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release \
      -DQt5_DIR=$(brew --prefix qt5)/lib/cmake/Qt5 \
      ..
make -j

About

A simple user interface for camera calibration with OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published