Function lensDistortion

Apply lens distortion filter

SuperImage lensDistortion (
  SuperImage img,
  SuperImage outp,
  float strength,
  float zoom,
  bool interpolation = true
);

SuperImage lensDistortion (
  SuperImage img,
  float strength,
  float zoom,
  bool interpolation = true
);