필터 지우기
필터 지우기

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