This repository contains code for Understanding Lens Distortion blogpost.
Understanding lens distortion using OpenCV.
To compile the Undistort.cpp code file, use the following:
mkdir build
cd build
cmake ..
cmake --build . --config ReleaseRefer to the following to use the compiled file:
./build/UndistortRefer to the following to use the Undistort.py file:
python3 Undistort.pyWant to become an expert in AI? AI Courses by OpenCV is a great place to start.

