How can I find camera parameters from already existing images that are not checkerboard
4 次查看(过去 30 天)
显示 更早的评论
I have camera position in form of [Z Y Z W P Q R]. please explain if anyone can.
0 个评论
回答(1 个)
Kritika Bansal
2019-9-13
Hi,
Although the Camera Calibrator App supports only the checkerboard image, you can calibrate your camera and find the cameraParams using the estimateCameraParameters function. In order to do so, you are required to supply your own code to detect the pattern points in the image.
More details on using the above-mentioned function can be found here: https://www.mathworks.com/help/vision/ref/estimatecameraparameters.html
0 个评论
另请参阅
类别
在 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!