Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

How can I plot axes in image like this ?

1 Ansicht (letzte 30 Tage)
mohsen r9
mohsen r9 am 26 Jul. 2016
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021

Antworten (1)

Wayne Xun
Wayne Xun am 26 Jul. 2016
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

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by