How to compute stereo parameters if both left and right camera parameters are already known
1 次查看(过去 30 天)
显示 更早的评论
I am right now using Computer Vision toolbox. Does any one there know how to compute stereo parameters if both left and right camera parameters are already known or pre-calculated using different set of images?
0 个评论
回答(1 个)
Dima Lisin
2016-1-20
What you seem to be missing here is the rotation and translation between the two cameras. If you can somehow compute that, then you can create a stereoParameters object "by hand". However, the best thing to do is to calibrate your stereo camera using the Stereo Camera Calibrator app.
2 个评论
Dima Lisin
2016-1-20
Yes, unfortunately the app does not let you edit points manually. However, if you can somehow get the correspondences yourself, you can use the estimateCameraParameters function to do the stereo calibration.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Camera Calibration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!