How to calculate fisheye intrinsics?
3 views (last 30 days)
Show older comments
Swapnil Sayan Saha
on 25 Jun 2020
Commented: Swapnil Sayan Saha
on 25 Jun 2020
I have performed camera calibration for a 360 camera and obtained camera params as follows:


However, I want the intrinsics to be in this form as it is the standard form used by many applications for image correction

How to format the parameters in the form shown above?
0 Comments
Accepted Answer
Qu Cao
on 25 Jun 2020
You can use undistortFisheyeImage function to produce a "virtual perspective" camera intrinsics, which is the format you need. See syntax which returns "camIntrinsics". Note that in CVT, the intrisnics matrix is the transpose of the one you mentioned.
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!