フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

How can I plot axes in image like this ?

1 回表示 (過去 30 日間)
mohsen r9
mohsen r9 2016 年 7 月 26 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日

回答 (1 件)

Wayne Xun
Wayne Xun 2016 年 7 月 26 日
You'll have to use some sort of video tracking in order to determine object positions as they move through the video feed. Using this, keep track of three corners of the board and plot axes by drawing lines between: - each of the two points to a single point - the perpendicular to the plane defined by those three points, through a single point
Use the plot function to plot the lines onto the canvas once you have them
  1 件のコメント
mohsen r9
mohsen r9 2016 年 7 月 26 日
Thank you sir.

この質問は閉じられています。

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by