How can I use a camera matrix to make a cameraParameters object?

5 ビュー (過去 30 日間)
Laura Chrobak
Laura Chrobak 2018 年 11 月 13 日
回答済み: Prakhar Jain 2018 年 11 月 16 日
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?

回答 (1 件)

Prakhar Jain
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.
Follow this article for assistance: Dissecting the Camera Matrix.
Hope this helps.
Thanks.

カテゴリ

Help Center および File ExchangeMATLAB Support Package for IP Cameras についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by