Skip to content

MuteBardTison/CameraCalibration

Repository files navigation

CameraCalibration

Build Status release

This is an implementation of Camera Calibration method with OpenCV in C++.

Using image-processing program GIMP to find the coordinates of the frame and the corresponding pixel coordinates on the image.

Each square of the chessboard is 60mm.

To remove the perspective distortion on Donald's image.

Usage

cd <source directory>
mkdir build
cd build
cmake ..
make
./CV_donald_annotated_points ../donald_annotated_points.jpg

Input

donald_annotated_points

Output

Showing the homography matrix from the pixel coordinates to the coordinates in the frame

Demonstrating with iTerm2

screen shot 2017-11-23 at 10 34 14 am

Calibrated Donald's figure:

screenshot

License

MIT © Zihan Qi

About

An implementation of Camera Calibration method with OpenCV in C++

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published