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

前端 未结 4 1454
无人及你
无人及你 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:12

    Your values are very extreme, so you see extreme results.

    Try a=0, b=0, c=1. That describes no correction at all, if your program is correct you should see the original image. Then gradually change c and b. Changing in increments of 0.1 is a good start.

提交回复
热议问题