Barrel distortion correction algorithm to correct FishEye lens - failing to implement with Java

前端 未结 4 1437
无人及你
无人及你 2021-01-12 17:32

I have a large bulk of photographs taken with a fisheye lens. As I want to do some image-processing (e.g. edge detection) on the photos I want to remove the barrel distortio

4条回答
  •  日久生厌
    2021-01-12 18:07

    Probably your radial distortion parameters are too large, and the image became packed on a sphere. Try to put smaller values in a,b,c and d.

提交回复
热议问题