Skip to content

Latest commit

 

History

History
 
 

CameraCalibration

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Camera Calibration Using OpenCV

Calibrate your camera using OpenCV.

Using the C++ code

Compilation

To compile the cameraCalibration.cpp code, use the following:

mkdir build
cd build
cmake ..
cmake --build . --config Release

Usage

Refer to the following to use the compiled file: ./build/cameraCalibration

Using the python code

Usage

Refer to the following to use the cameraCalibration.py file: python3 cameraCalibration.py

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.