Converting a system of coordinates

Hey, I'm doing a project on a vehicle that follows the route with the help of a camera. I'm trying to do a conversion from a camera lens axis system to a vehicle mass center axis system. I realized there are rotation and translation matrices I need to perform but I have a hard time getting started. I'd be happy if anyone can help me.

回答 (2 件)

Catalytic
Catalytic 2022 年 5 月 20 日
編集済み: Catalytic 2022 年 5 月 20 日

0 投票

You cannot do a 3D coordinate conversion from a single 2D camera measurement. You need at least 2 cameras. If you have 2 cameras, then you can start here -

1 件のコメント

Dekel Mashiach
Dekel Mashiach 2022 年 5 月 20 日
I'm already converted from 2D to 3D. I having a hard time about converting the pivot system from the camera to the center of mass of the vehicle.

サインインしてコメントする。

Matt J
Matt J 2022 年 5 月 20 日

0 投票

You need to measure the position of at least three non-colinear 3D points in both coordinate systems. Then, you can find the mapping between the two systems using, e.g.,

カテゴリ

ヘルプ センター および File ExchangeAgriculture についてさらに検索

質問済み:

2022 年 5 月 20 日

回答済み:

2022 年 5 月 20 日

Community Treasure Hunt

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

Start Hunting!

Translated by