Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Understanding Lens Distortion

This repository contains code for Understanding Lens Distortion blogpost.

download

Understanding lens distortion using OpenCV.

Using the C++ code

Compilation

To compile the Undistort.cpp code file, use the following:

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

Usage

Using the C++ code

Refer to the following to use the compiled file:

./build/Undistort

Using the python code

Refer to the following to use the Undistort.py file:

python3 Undistort.py

AI Courses by OpenCV

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