Skip to content

Automatically estimator of camera distortion coefficient K1. Inspired by "A Hough Transform-based method for Radial Lens Distortion Correction," in 12th International Conference on Image Analysis and Processing

Notifications You must be signed in to change notification settings

potpov/camera-correction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

k coefficient estimator

this software estimates the first distortion coefficient for an input image. theory behind this work can be found in this paper: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=1234047

how to use it

just install requirements pip install -r requirements

check the configuration file for parameters and run python3.7 test.py

pay attention to the starting coefficient value and the incremental one, they can be really different according to your camera. a bit of human tuning is probably required.

alt text

About

Automatically estimator of camera distortion coefficient K1. Inspired by "A Hough Transform-based method for Radial Lens Distortion Correction," in 12th International Conference on Image Analysis and Processing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages