Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 738 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 738 Bytes

Blog Post: Image Distortion and Camera Calibration

Camera Calibration and Fisheye Undistortion with OpenCV

Image Distortion

Although distortion can be irregular or follow many patterns, the most commonly encountered distortions are radially symmetric, or approximately so, arising from the symmetry of a photographic lens. These radial distortions can usually be classified as either barrel distortions or pincushion distortions.

  • Barrel distortion
  • Pincushion distortion
  • Mustache distortion
Dependencies: Python Packages
  • Python > 3.x
  • Numpy
  • Glob
  • Yaml

N|Solid