Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 705 Bytes

readme.md

File metadata and controls

18 lines (13 loc) · 705 Bytes

lens: apply or correct lens distortions

this implements a very simple distortion correction following The Double Sphere Camera Model Vladyslav Usenko, Nikolaus Demmel and Daniel Cremers.

connectors

  • input the input image
  • output the output image after applying lens distortion

parameters

  • center move the center of the projection
  • scale scale the image larger or smaller
  • squish0 the radius of one of the spheres
  • squish1 the other radius used for the mapping
  • ca red some fake chromatic aberration correction, just scales the red image plane
  • ca blue some fake chromatic aberration correction, just scales the blue image plane