Here's one of my attempts that worked and I hope it helps others.
How to get the fisheye camera Intrinsic Parameters reference according to the aberration table provided by the fisheye lens manufacturer?
4 views (last 30 days)
Show older comments
I have a fisheye lens aberration correction table like the one below, how can I get the fisheye camera internal reference model(fisheyeIntrinsics object) I want based on this table directly?
According to the official documentation, the matlab fisheye distortion model is the Scaramuzza model used, I tried to pass the method of fitting coefficients, but still did not succeed, thank you very much for your answer.
But I can successfully fit the coefficients according to the polynomial model used by opencv and verify it successfully. matlab uses a different model than the OpenCV distortion model, and the camera coordinates [xc;yc;zc] do not correspond well with the data table one by one, which creates a difficulty, how can i do it?
Answers (0)
See Also
Categories
Find more on MATLAB Support Package for USB Webcams in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!