|
2 éve | |
---|---|---|
.. | ||
images | 4 éve | |
CMakeLists.txt | 4 éve | |
README.md | 2 éve | |
Undistort.cpp | 4 éve | |
Undistort.py | 4 éve |
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 Release
Refer to the following to use the compiled file:
./build/Undistort
Refer to the following to use the Undistort.py
file:
python3 Undistort.py
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.