Skip to content

Real-time OpenCV distortion correction with parameter tweaking

License

Notifications You must be signed in to change notification settings

vwvw/opencv_live_distortion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV live undistortion

This repo contains an PyQT app that allows modifying the different distortion coefficient used by OpenCV and get a live undistortion of a target image. It can be useful to fine tune some parameters but is not meant for a full calibration as the parameter space is way too big. I can recommend RTBMap and the calibration tool present in the Settings for an initial guess.

Screenshot

Usage

You will first need to place a picture to undistort in the same folder under the name image.png. It is possible to specify intial distortion parameters directly in the python file.

pip install -r requirements.txt
python interactive_distortion.py 

Licence

This work is licensed un the GPL licence. See the licence file for more information.

About

Real-time OpenCV distortion correction with parameter tweaking

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages