How to find sx and sy and F intrinsix matrix in camera calibration
Show older comments
I have a problem where I need to find the focal length of the camera at hand. I have calibrated the camera and obtained the parameters including fx = sx*F and fy=sy*F. But I have situation where I need to find the focal length 'F'.
How should I do it?
6 Comments
William Rose
on 14 Sep 2022
@Suraj Sudhakar, This is an interesing question, but not a Matlab question, at least not yet. I recommend tha t you figure out an algorithm you want to try, then trying wirting a Matlab script for it. If you are having trouble turning it into Matlab, post your initial attempt at a Matlab script, and explain what does not work about it. That would be a good Matlab question, and I'm sure you would get help.
Suraj Sudhakar
on 15 Sep 2022
William Rose
on 15 Sep 2022
@Suraj Sudhakar, you're welcome, and in my opinion there's no need to delete a reasonable question, which yours is.
William Rose
on 15 Sep 2022
@Suraj Sudhakar, I'm curious: how did Matlab give you fx=sx*f and fy=sy*f? In other words, what input data and what script or function did you use?
This site looks like it could be helpful to you. https://www.cse.unr.edu/~bebis/CS791E/Notes/CameraCalibration.pdf
Suraj Sudhakar
on 19 Sep 2022
William Rose
on 19 Sep 2022
@Suraj Sudhakar, you're welcome.
Accepted Answer
More Answers (0)
Categories
Find more on Read, Write, and Modify Image 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!