opencv icon indicating copy to clipboard operation
opencv copied to clipboard

The rectified image with the pinhole model 8 parameters will have curved boundary

Open yunlongwang-leopard opened this issue 1 year ago • 0 comments

System Information

OpenCV version: 4.9.0.80 Operating System / Platform: windows10 Python version: 3.10.13

Detailed description

we use the pinhole model 8 parameters to do calibration. When calibrated with 8 parameters, the corrected graph will have a boundary,if we use 5 parameters, it has no boundary. some calibration file will have such case with 8 parameters while others will not.

calibration_demo.zip

Steps to reproduce

cam_1_defect

Issue submission checklist

  • [X] I report the issue, it's not a question
  • [X] I checked the problem with documentation, FAQ, open issues, forum.opencv.org, Stack Overflow, etc and have not found any solution
  • [X] I updated to the latest OpenCV version and the issue is still there
  • [ ] There is reproducer code and related data files (videos, images, onnx, etc)

yunlongwang-leopard avatar May 07 '24 02:05 yunlongwang-leopard