How can I use a camera matrix to make a cameraParameters object?
3 次查看(过去 30 天)
显示 更早的评论
I am trying to create a cameraParameters object so that I can use the estimateEssentialMatrix() function. I have a 3x4 camera matrix. Is there a way make a cameraParameters object using the camera matrix I have?
0 个评论
回答(1 个)
Prakhar Jain
2018-11-16
Hi Laura,
You can try RQ decomposition for the same. In this, you will proceed by decomposing your projection matrix (camera matrix) into the product of an upper triangular one and an orthogonal one.
Hope this helps.
Thanks.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 MATLAB Support Package for USB Webcams 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!